We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b1d9a commit edffda3Copy full SHA for edffda3
.github/workflows/bevy_mod_scripting.yml
@@ -64,16 +64,14 @@ jobs:
64
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
65
66
check:
67
- needs: [check-needs-run]
+ needs: [check-needs-run, generate-job-matrix]
68
permissions:
69
pull-requests: write
70
contents: write
71
issues: write
72
name: Check - ${{ matrix.run_args.name }}
73
runs-on: ${{ matrix.run_args.os }}
74
if: ${{ needs.check-needs-run.outputs.any-changes == 'true' }}
75
- needs:
76
- - generate-job-matrix
77
strategy:
78
matrix:
79
run_args: ${{fromJson(needs.generate-job-matrix.outputs.matrix)}}
0 commit comments