Skip to content

Commit 4434741

Browse files
committed
👷 🐛 Fix rebuild-phase-three logic
[rebuild lite] [rebuild standard]
1 parent 8897877 commit 4434741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
do
158158
if ([[ " ${REBUILD_PHASE_ONE[*]} " =~ " ${STAGE} " ]] || [[ " ${REBUILD_PHASE_TWO[*]} " =~ " ${STAGE} " ]]) && [[ ! " ${REBUILD_PHASE_THREE[*]} " =~ " ${STAGE} " ]]
159159
then
160-
REBUILD_PHASE_THREE+=($STAGE)
160+
REBUILD_PHASE_THREE+=($BASE)
161161
fi
162162
done
163163
done

0 commit comments

Comments
 (0)