File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ concurrency:
340
340
cancel-in-progress : true
341
341
342
342
jobs :
343
+ # The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
343
344
calculate_matrix :
344
345
name : Calculate job matrix
345
346
runs-on : ubuntu-latest
@@ -362,6 +363,7 @@ jobs:
362
363
continue-on-error : ${{ matrix.name == 'mingw-check-tidy' }}
363
364
strategy :
364
365
matrix :
366
+ # Check the `calculate_matrix` job to see how is the matrix defined.
365
367
include : ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
366
368
367
369
auto :
Original file line number Diff line number Diff line change 1
- x--expand-yaml-anchors--remove :
1
+ # This file contains definitions of CI job parameters that are loaded
2
+ # dynamically in CI from ci.yml.
3
+ # You *do not* need to re-run `src/tools/expand-yaml-anchors` when you
4
+ # modify this file.
5
+ shared_defs :
2
6
- &base-job
3
7
env : { }
4
8
You can’t perform that action at this time.
0 commit comments