Skip to content

Commit 0720ffd

Browse files
Rollup merge of rust-lang#161111 - Kobzol:ci-try-perf, r=Mark-Simulacrum
Take bors try-perf branch into account in verify-channel.sh Forgot about this in rust-lang#160693. r? @Mark-Simulacrum
2 parents 68c677a + 725945e commit 0720ffd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ci/scripts/verify-channel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ IFS=$'\n\t'
88

99
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1010

11-
if isCiBranch try-perf || isCiBranch automation/bors/try || isCiBranch automation/bors/auto; then
11+
if isCiBranch try-perf || isCiBranch automation/bors/try-perf || \
12+
isCiBranch automation/bors/try || isCiBranch automation/bors/auto; then
1213
echo "channel verification is only executed on PR builds"
1314
exit
1415
fi

0 commit comments

Comments
 (0)