Skip to content

Commit

Permalink
Rename CI script from calculate-job-matrix to ci.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 29, 2024
1 parent 64feb9b commit 55865c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# and also on pushes to special branches (auto, try).
#
# The actual definition of the executed jobs is calculated by a Python
# script located at src/ci/github-actions/calculate-job-matrix.py, which
# script located at src/ci/github-actions/ci.py, which
# uses job definition data from src/ci/github-actions/jobs.yml.
# You should primarily modify the `jobs.yml` file if you want to modify
# what jobs are executed in CI.
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Calculate the CI job matrix
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: python3 src/ci/github-actions/calculate-job-matrix.py >> $GITHUB_OUTPUT
run: python3 src/ci/github-actions/ci.py >> $GITHUB_OUTPUT
id: jobs
job:
name: ${{ matrix.name }}
Expand Down
File renamed without changes.

0 comments on commit 55865c8

Please sign in to comment.