Skip to content

Commit

Permalink
update sort | uniq
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyrain committed Aug 25, 2024
1 parent a4f4dcb commit a1cad2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
echo "safe_label=0" >> $GITHUB_OUTPUT;
fi
ut_coverage:
pr_coverage:
if: ${{ needs.check_organization_user.outputs.safe_label == '1' || needs.check_organization_user.outputs.in_org == '1' }}
name: PR Unit Test Coverage
name: PR Unit and BVT Test Coverage
needs: [check_organization_user]
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit a1cad2a

Please sign in to comment.