Skip to content

Commit a747fb3

Browse files
committed
CI: no quickbuild on "bors try"
1 parent b71df25 commit a747fb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.murdock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ fi
184184
# configurations.
185185
if [ -z "${QUICK_BUILD}" ]; then
186186
export QUICK_BUILD=0
187-
if [ "${CI_BUILD_BRANCH}" = "staging" ]; then
188-
# always do full build for bors' integration branch
187+
if [ "${CI_BUILD_BRANCH}" = "staging" ] || [ "${CI_BUILD_BRANCH}" = "trying" ]; then
188+
# always do full build for bors' branches
189189
true
190190
elif [ ${FULL_BUILD} -eq 1 ]; then
191191
# full build if building nightly or full build requested by label

0 commit comments

Comments
 (0)