Skip to content

Commit 6fd77c9

Browse files
committed
Fix needs job name
1 parent 4e52fc8 commit 6fd77c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/list-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
permissions:
6060
actions: read
6161
contents: read
62-
needs: [ test-js ]
62+
needs: [ 'changed-files' ]
6363
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
6464
with:
6565
calling_status: ${{ contains( needs.*.result, 'cancelled' ) && 'cancelled' || contains( needs.*.result, 'failure' ) && 'failure' || 'success' }}

0 commit comments

Comments
 (0)