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:
3434 # For a given workflow, if we push to the same branch, cancel all previous builds on that branch.
3535 # We add an exception for try builds (try branch) and unrolled rollup builds (try-perf), which
3636 # 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 }}
3838 cancel-in-progress : true
3939env :
4040 TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
8080 # access the environment.
8181 #
8282 # 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') || '' }}
8484 env :
8585 CI_JOB_NAME : ${{ matrix.name }}
8686 CI_JOB_DOC_URL : ${{ matrix.doc_url }}
You can’t perform that action at this time.
0 commit comments