diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-09-28 10:18:20 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-09-28 10:43:24 +0200 |
| commit | be50413ef00fde789e185352e3f8bf109d0f2a99 (patch) | |
| tree | 05a471a520141ea38e339af390d00b13a2f70b30 /src/ci/github-actions | |
| parent | 6710e3312d54f03f6462481199b9e72367a2568b (diff) | |
| download | rust-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.yml | 2 |
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: |
