File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ jobs:
542542 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
543543 AWS_REGION : us-west-1
544544 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')) "
546546 strategy :
547547 matrix :
548548 include :
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:
691691 env :
692692 DIST_TRY_BUILD : 1
693693 << : [*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'))
695695 strategy :
696696 matrix :
697697 include :
You can’t perform that action at this time.
0 commit comments