We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs
1 parent 4e52fc8 commit 6fd77c9Copy full SHA for 6fd77c9
1 file changed
.github/workflows/list-changed-files.yml
@@ -59,7 +59,7 @@ jobs:
59
permissions:
60
actions: read
61
contents: read
62
- needs: [ test-js ]
+ needs: [ 'changed-files' ]
63
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
64
with:
65
calling_status: ${{ contains( needs.*.result, 'cancelled' ) && 'cancelled' || contains( needs.*.result, 'failure' ) && 'failure' || 'success' }}
0 commit comments