diff options
| author | Jakub Beránek <jakub.beranek@vsb.cz> | 2023-10-05 16:02:03 +0200 |
|---|---|---|
| committer | Jakub Beránek <jakub.beranek@vsb.cz> | 2023-10-05 16:13:52 +0200 |
| commit | f6017250f83126193bcc7e93a3764bbed05f3f46 (patch) | |
| tree | 6dbbbacfd85c93c0275d2478cbd46a0c41573ab7 /src/ci/scripts | |
| parent | 65519f5fc0bcd8a47e547226bbc7498a2b9a59fb (diff) | |
| download | rust-f6017250f83126193bcc7e93a3764bbed05f3f46.tar.gz rust-f6017250f83126193bcc7e93a3764bbed05f3f46.zip | |
Enable new bors try branch to run on CI
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/verify-channel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/verify-channel.sh b/src/ci/scripts/verify-channel.sh index cd28748a44b..edeea20144b 100755 --- a/src/ci/scripts/verify-channel.sh +++ b/src/ci/scripts/verify-channel.sh @@ -8,7 +8,7 @@ IFS=$'\n\t' source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" -if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then +if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try; then echo "channel verification is only executed on PR builds" exit fi |
