1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

CI: no quickbuild on "bors try"

This commit is contained in:
Kaspar Schleiser 2022-12-17 21:30:55 +01:00
parent b71df25282
commit a747fb3c4c

View File

@ -184,8 +184,8 @@ fi
# configurations.
if [ -z "${QUICK_BUILD}" ]; then
export QUICK_BUILD=0
if [ "${CI_BUILD_BRANCH}" = "staging" ]; then
# 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
true
elif [ ${FULL_BUILD} -eq 1 ]; then
# full build if building nightly or full build requested by label