]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/scripts/verify-channel.sh
Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC
[rust.git] / src / ci / scripts / verify-channel.sh
index d02dc362c63b664a6475f11fc6a10532520442be..cd28748a44b32ce5b1655a6cfa64a9cc843e9153 100755 (executable)
@@ -8,7 +8,7 @@ IFS=$'\n\t'
 
 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
 
-if isCiBranch auto || isCiBranch try; then
+if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then
     echo "channel verification is only executed on PR builds"
     exit
 fi