diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index 1eac315..7d241d5 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -69,7 +69,7 @@ jobs: pr_coverage: if: ${{ needs.check_organization_user.outputs.safe_label == '1' || needs.check_organization_user.outputs.in_org == '1' }} - name: Coverage + name: PR Unit and BVT Test Coverage needs: [check_organization_user] environment: ci # if you change runner, must modify L117