diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-04-27 11:36:42 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-04-27 11:36:42 +0200 |
| commit | 163ea3328b771a7092c1345de6a1122158651655 (patch) | |
| tree | 60731a8b3e372ed6e9e31379cdcb8aa5d5e5b5a9 /src/ci/github-actions | |
| parent | e82c28debc2762055bf2ddecba9627facdb21c74 (diff) | |
| download | rust-163ea3328b771a7092c1345de6a1122158651655.tar.gz rust-163ea3328b771a7092c1345de6a1122158651655.zip | |
Move `TOOLSTATE_REPO` to top-level env
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 98b27950fbb..a96170089f0 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -84,6 +84,9 @@ concurrency: group: ${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.sha) || github.ref }} cancel-in-progress: true +env: + TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate + jobs: # The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml. # It calculates which jobs should be executed, based on the data of the ${{ github }} context. @@ -114,7 +117,6 @@ jobs: HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }} DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }} SCCACHE_BUCKET: rust-lang-ci-sccache2 - TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate CACHE_DOMAIN: ci-caches.rust-lang.org continue-on-error: ${{ matrix.continue_on_error || false }} strategy: |
