about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-09-28 10:18:20 +0200
committerJakub Beránek <berykubik@gmail.com>2023-09-28 10:43:24 +0200
commitbe50413ef00fde789e185352e3f8bf109d0f2a99 (patch)
tree05a471a520141ea38e339af390d00b13a2f70b30 /src/ci/github-actions
parent6710e3312d54f03f6462481199b9e72367a2568b (diff)
downloadrust-be50413ef00fde789e185352e3f8bf109d0f2a99.tar.gz
rust-be50413ef00fde789e185352e3f8bf109d0f2a99.zip
Add integration for new bors
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index cbf848cb4a3..6d25b2c9cc2 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -691,7 +691,7 @@ jobs:
     env:
       DIST_TRY_BUILD: 1
       <<: [*shared-ci-variables, *prod-variables]
-    if: github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'
+    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'))
     strategy:
       matrix:
         include: