Skip to content

Commit

Permalink
use correct failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin committed Jul 25, 2024
1 parent 89707a6 commit 7f74246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
permissions:
actions: read
contents: read
needs: [ php-compatibility ]
needs: [ quality-compat ]
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
with:
calling_status: ${{ contains( needs.*.result, 'cancelled' ) && 'cancelled' || contains( needs.*.result, 'failure' ) && 'failure' || 'success' }}
Expand Down

0 comments on commit 7f74246

Please sign in to comment.