File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# and also on pushes to special branches (auto, try).
3
3
#
4
4
# The actual definition of the executed jobs is calculated by a Python
5
- # script located at src/ci/github-actions/calculate-job-matrix .py, which
5
+ # script located at src/ci/github-actions/ci .py, which
6
6
# uses job definition data from src/ci/github-actions/jobs.yml.
7
7
# You should primarily modify the `jobs.yml` file if you want to modify
8
8
# what jobs are executed in CI.
56
56
- name : Calculate the CI job matrix
57
57
env :
58
58
COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
59
- run : python3 src/ci/github-actions/calculate-job-matrix .py >> $GITHUB_OUTPUT
59
+ run : python3 src/ci/github-actions/ci .py >> $GITHUB_OUTPUT
60
60
id : jobs
61
61
job :
62
62
name : ${{ matrix.name }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments