File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ defaults:
34
34
concurrency :
35
35
group : " ${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.sha) || github.ref }}"
36
36
cancel-in-progress : true
37
+ env :
38
+ TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
37
39
jobs :
38
40
calculate_matrix :
39
41
name : Calculate job matrix
61
63
HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
62
64
DOCKER_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
63
65
SCCACHE_BUCKET : rust-lang-ci-sccache2
64
- TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
65
66
CACHE_DOMAIN : ci-caches.rust-lang.org
66
67
continue-on-error : " ${{ matrix.continue_on_error || false }}"
67
68
strategy :
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ concurrency:
84
84
group : ${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.sha) || github.ref }}
85
85
cancel-in-progress : true
86
86
87
+ env :
88
+ TOOLSTATE_REPO : https://github.com/rust-lang-nursery/rust-toolstate
89
+
87
90
jobs :
88
91
# The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
89
92
# It calculates which jobs should be executed, based on the data of the ${{ github }} context.
@@ -114,7 +117,6 @@ jobs:
114
117
HEAD_SHA : ${{ github.event.pull_request.head.sha || github.sha }}
115
118
DOCKER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
116
119
SCCACHE_BUCKET : rust-lang-ci-sccache2
117
- TOOLSTATE_REPO : https://github.com/rust-lang-nursery/rust-toolstate
118
120
CACHE_DOMAIN : ci-caches.rust-lang.org
119
121
continue-on-error : ${{ matrix.continue_on_error || false }}
120
122
strategy :
You can’t perform that action at this time.
0 commit comments