Skip to content

Commit 6f7313e

Browse files
committed
Make verify-channel.sh script compatible with new bors
1 parent d9617c8 commit 6f7313e

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 auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try; then
11+
if isCiBranch auto || isCiBranch try || isCiBranch 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)