File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ jobs:
542
542
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
543
543
AWS_REGION : us-west-1
544
544
CACHE_DOMAIN : ci-caches.rust-lang.org
545
- if : " github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'"
545
+ if : " github.event_name == 'push' && ((( github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust')) "
546
546
strategy :
547
547
matrix :
548
548
include :
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Files: compiler/*
25
25
README.md
26
26
RELEASES.md
27
27
rustfmt.toml
28
+ rust-bors.toml
28
29
triagebot.toml
29
30
x
30
31
x.ps1
Original file line number Diff line number Diff line change
1
+ timeout = 7200
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ jobs:
691
691
env :
692
692
DIST_TRY_BUILD : 1
693
693
<< : [*shared-ci-variables, *prod-variables]
694
- if : github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'
694
+ if : github.event_name == 'push' && ((( github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust'))
695
695
strategy :
696
696
matrix :
697
697
include :
You can’t perform that action at this time.
0 commit comments