File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ source "$ci_dir/shared.sh"
4747
4848export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949
50- if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then
50+ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try ; then
5151 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
5252 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
5353 HAS_METRICS=1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IFS=$'\n\t'
88
99source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
1010
11- if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then
11+ if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try ; then
1212 echo " channel verification is only executed on PR builds"
1313 exit
1414fi
You can’t perform that action at this time.
0 commit comments