diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-04-19 21:41:49 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-04-20 09:06:04 +0200 |
| commit | 9fec43ddf12118f6bfa66aedb17bca91618f153b (patch) | |
| tree | 5d47291fa6d92ef68bce7fc802d7a6e8494f9e0c /.github/workflows | |
| parent | 9c7b1f4848263b7a39486a2cd482db0d632884e8 (diff) | |
| download | rust-9fec43ddf12118f6bfa66aedb17bca91618f153b.tar.gz rust-9fec43ddf12118f6bfa66aedb17bca91618f153b.zip | |
Move calculate-job-matrix.py to `ci/github-actions`
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90269f56c52..e01eec949a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Checkout the source code uses: actions/checkout@v4 - name: Calculate the CI job matrix - run: python3 src/ci/scripts/calculate-job-matrix.py >> $GITHUB_OUTPUT + run: python3 src/ci/github-actions/calculate-job-matrix.py >> $GITHUB_OUTPUT id: jobs pr: name: "PR - ${{ matrix.name }}" |
