We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af53cfa commit 2827b1bCopy full SHA for 2827b1b
1 file changed
src/ci/scripts/verify-channel.sh
@@ -8,7 +8,8 @@ IFS=$'\n\t'
8
9
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
10
11
-if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try; then
+if isCiBranch auto || isCiBranch try || isCiBranch try-perf || \
12
+ isCiBranch automation/bors/try || isCiBranch automation/bors/auto; then
13
echo "channel verification is only executed on PR builds"
14
exit
15
fi
0 commit comments