File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Checkout the source code
4646 uses : actions/checkout@v4
4747 - 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
4949 id : jobs
5050 pr :
5151 name : " PR - ${{ matrix.name }}"
Original file line number Diff line number Diff line change 1515
1616import yaml
1717
18- JOBS_YAML_PATH = Path (__file__ ).absolute ().parent . parent / "github-actions" / "jobs.yml"
18+ JOBS_YAML_PATH = Path (__file__ ).absolute ().parent / "jobs.yml"
1919
2020
2121if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351351 - name : Checkout the source code
352352 uses : actions/checkout@v4
353353 - 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
355355 id : jobs
356356 pr :
357357 << : *base-ci-job
You can’t perform that action at this time.
0 commit comments