Skip to content

Commit 1d71ba8

Browse files
committed
fixup! 👷 Plumb in [rebuild standard]
1 parent a9fb576 commit 1d71ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148
# add base stages based on their dependencies
149149
BASES=("${PHASE_THREE[@]}" standard)
150150
if [[ "${MESSAGE}" == *"[rebuild standard]"* ]] || [[ "${MESSAGE}" == *"[rebuild base-standard]"* ]] || [[ " ${CHANGED_FILES[*]} " =~ " standard " ]]
151-
then
152-
REBUILD_PHASE_THREE+=(standard)
153-
fi
151+
then
152+
REBUILD_PHASE_THREE+=(standard)
153+
fi
154154
for BASE in $BASES
155155
do
156156
for STAGE in $(cat ${GITHUB_WORKSPACE}/.github/stage_requirements/${BASE}.txt)

0 commit comments

Comments
 (0)