about summary refs log tree commit diff
path: root/src/ci/scripts
diff options
context:
space:
mode:
authorJakub Beránek <jakub.beranek@vsb.cz>2023-10-05 16:02:03 +0200
committerJakub Beránek <jakub.beranek@vsb.cz>2023-10-05 16:13:52 +0200
commitf6017250f83126193bcc7e93a3764bbed05f3f46 (patch)
tree6dbbbacfd85c93c0275d2478cbd46a0c41573ab7 /src/ci/scripts
parent65519f5fc0bcd8a47e547226bbc7498a2b9a59fb (diff)
downloadrust-f6017250f83126193bcc7e93a3764bbed05f3f46.tar.gz
rust-f6017250f83126193bcc7e93a3764bbed05f3f46.zip
Enable new bors try branch to run on CI
Diffstat (limited to 'src/ci/scripts')
-rwxr-xr-xsrc/ci/scripts/verify-channel.sh2
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