File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
- name : Checkout the source code
46
46
uses : actions/checkout@v4
47
47
- name : Calculate the CI job matrix
48
- run : python3 src/ci/scripts /calculate-job-matrix.py >> $GITHUB_OUTPUT
48
+ run : python3 src/ci/github-actions /calculate-job-matrix.py >> $GITHUB_OUTPUT
49
49
id : jobs
50
50
pr :
51
51
name : " PR - ${{ matrix.name }}"
Original file line number Diff line number Diff line change 15
15
16
16
import yaml
17
17
18
- JOBS_YAML_PATH = Path (__file__ ).absolute ().parent . parent / "github-actions" / "jobs.yml"
18
+ JOBS_YAML_PATH = Path (__file__ ).absolute ().parent / "jobs.yml"
19
19
20
20
21
21
if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351
351
- name : Checkout the source code
352
352
uses : actions/checkout@v4
353
353
- name : Calculate the CI job matrix
354
- run : python3 src/ci/scripts /calculate-job-matrix.py >> $GITHUB_OUTPUT
354
+ run : python3 src/ci/github-actions /calculate-job-matrix.py >> $GITHUB_OUTPUT
355
355
id : jobs
356
356
pr :
357
357
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments