Skip to content

Commit f1a9740

Browse files
committed
Unrolled build for #161111
Rollup merge of #161111 - Kobzol:ci-try-perf, r=Mark-Simulacrum Take bors try-perf branch into account in verify-channel.sh Forgot about this in #160693. r? @Mark-Simulacrum
2 parents 8424752 + 725945e commit f1a9740

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)