Skip to content

Commit 84c8442

Browse files
Auto merge of #150759 - Kobzol:auto-branch, r=marcoieni
Make verify-channel.sh script compatible with new bors It only dealt with the `auto` branch before.
2 parents d9617c8 + 6f7313e commit 84c8442

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)