We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71df25 commit a747fb3Copy full SHA for a747fb3
1 file changed
.murdock
@@ -184,8 +184,8 @@ fi
184
# configurations.
185
if [ -z "${QUICK_BUILD}" ]; then
186
export QUICK_BUILD=0
187
- if [ "${CI_BUILD_BRANCH}" = "staging" ]; then
188
- # always do full build for bors' integration branch
+ if [ "${CI_BUILD_BRANCH}" = "staging" ] || [ "${CI_BUILD_BRANCH}" = "trying" ]; then
+ # always do full build for bors' branches
189
true
190
elif [ ${FULL_BUILD} -eq 1 ]; then
191
# full build if building nightly or full build requested by label
0 commit comments