diff options
| author | bors <bors@rust-lang.org> | 2023-10-08 01:48:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-08 01:48:31 +0000 |
| commit | fdf32ee9fcd259913c7dece8f7b915b2d5560a49 (patch) | |
| tree | ec6f7b5d1de43299ca23a68bc5b27eb72ed1ff72 /src/ci/github-actions | |
| parent | e9addfdecf14633324fc5c935f4f2983699bef7e (diff) | |
| parent | 098dd979393e596a4434f5b88492054452b6b814 (diff) | |
| download | rust-fdf32ee9fcd259913c7dece8f7b915b2d5560a49.tar.gz rust-fdf32ee9fcd259913c7dece8f7b915b2d5560a49.zip | |
Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrum
Enable new bors try branch to run on CI Needed to fix [this error](https://github.com/rust-lang/rust/actions/runs/6420044833/job/17431256956). Inspired by https://github.com/rust-lang/rust/pull/99988 Also, removes `try-merge` from the workflow. It shouldn't have been added in https://github.com/rust-lang/rust/pull/116353. r? `@Mark-Simulacrum`
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 838c72612d6..93b07350ac1 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -282,7 +282,6 @@ on: - try - try-perf - automation/bors/try - - automation/bors/try-merge - master pull_request: branches: |
