File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
34
34
# For a given workflow, if we push to the same branch, cancel all previous builds on that branch.
35
35
# We add an exception for try builds (try branch) and unrolled rollup builds (try-perf), which
36
36
# are all triggered on the same branch, but which should be able to run concurrently.
37
- group : ${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.sha) || github.ref }}
37
+ group : ${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf' || github.ref == 'refs/heads/automation/bors/try' ) && github.sha) || github.ref }}
38
38
cancel-in-progress : true
39
39
env :
40
40
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
80
80
# access the environment.
81
81
#
82
82
# We only enable the environment for the rust-lang/rust repository, so that CI works on forks.
83
- environment : ${{ ((github.repository == 'rust-lang/rust' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf' || github.ref == 'refs/heads/auto')) && 'bors') || '' }}
83
+ environment : ${{ ((github.repository == 'rust-lang/rust' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf' || github.ref == 'refs/heads/automation/bors/try' || github.ref == 'refs/heads/ auto')) && 'bors') || '' }}
84
84
env :
85
85
CI_JOB_NAME : ${{ matrix.name }}
86
86
CI_JOB_DOC_URL : ${{ matrix.doc_url }}
You can’t perform that action at this time.
0 commit comments