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 /.github/workflows | |
| parent | 6710e3312d54f03f6462481199b9e72367a2568b (diff) | |
| download | rust-be50413ef00fde789e185352e3f8bf109d0f2a99.tar.gz rust-be50413ef00fde789e185352e3f8bf109d0f2a99.zip | |
Add integration for new bors
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dcc9556965..624608cc477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -542,7 +542,7 @@ jobs: ARTIFACTS_AWS_ACCESS_KEY_ID: AKIA46X5W6CZN24CBO55 AWS_REGION: us-west-1 CACHE_DOMAIN: ci-caches.rust-lang.org - 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: |
