Skip to content

Commit edffda3

Browse files
committed
chore: fix ci workflow typo
1 parent 15b1d9a commit edffda3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,14 @@ jobs:
6464
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
6565
6666
check:
67-
needs: [check-needs-run]
67+
needs: [check-needs-run, generate-job-matrix]
6868
permissions:
6969
pull-requests: write
7070
contents: write
7171
issues: write
7272
name: Check - ${{ matrix.run_args.name }}
7373
runs-on: ${{ matrix.run_args.os }}
7474
if: ${{ needs.check-needs-run.outputs.any-changes == 'true' }}
75-
needs:
76-
- generate-job-matrix
7775
strategy:
7876
matrix:
7977
run_args: ${{fromJson(needs.generate-job-matrix.outputs.matrix)}}

0 commit comments

Comments
 (0)