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 22# and also on pushes to special branches (auto, try).
33#
44# 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
66# uses job definition data from src/ci/github-actions/jobs.yml.
77# You should primarily modify the `jobs.yml` file if you want to modify
88# what jobs are executed in CI.
5656 - name : Calculate the CI job matrix
5757 env :
5858 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
6060 id : jobs
6161 job :
6262 name : ${{ matrix.name }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments