We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fb576 commit 1d71ba8Copy full SHA for 1d71ba8
.github/workflows/on_push.yml
@@ -148,9 +148,9 @@ jobs:
148
# add base stages based on their dependencies
149
BASES=("${PHASE_THREE[@]}" standard)
150
if [[ "${MESSAGE}" == *"[rebuild standard]"* ]] || [[ "${MESSAGE}" == *"[rebuild base-standard]"* ]] || [[ " ${CHANGED_FILES[*]} " =~ " standard " ]]
151
- then
152
- REBUILD_PHASE_THREE+=(standard)
153
- fi
+ then
+ REBUILD_PHASE_THREE+=(standard)
+ fi
154
for BASE in $BASES
155
do
156
for STAGE in $(cat ${GITHUB_WORKSPACE}/.github/stage_requirements/${BASE}.txt)
0 commit comments