File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# This file defines our primary CI workflow that runs on pull requests
22# and also on pushes to special branches (auto, try).
33#
4- # The actual definition of the executed jobs is calculated by a Python
5- # script located at src/ci/github-actions/ci.py , which
4+ # The actual definition of the executed jobs is calculated by a
5+ # script located at src/ci/citool , 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/ci.py calculate-job-matrix >> $GITHUB_OUTPUT
59+ run : |
60+ cd src/ci/citool
61+ cargo run calculate-job-matrix >> $GITHUB_OUTPUT
6062 id : jobs
6163 job :
6264 name : ${{ matrix.full_name }}
You can’t perform that action at this time.
0 commit comments