Skip to content

Commit 3e71189

Browse files
committed
change
1 parent afed24f commit 3e71189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,13 @@ jobs:
181181
githash: ${{ needs.check-backend-build.outputs.githash }}
182182

183183
build-fe:
184+
name: Build frontend
184185
needs: [wait-be-update, check-frontend-build]
185186
uses: ./.github/workflows/build-frontend.yml
186187
with:
187188
githash: ${{ needs.check-frontend-build.outputs.githash }}
188189
secrets: inherit
189-
if: ${{ needs.check-frontend-build.outputs.image_exists == 0 }} && always() && !cancelled() && !failure() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
190+
if: always() && ${{ needs.check-frontend-build.outputs.image_exists == 0 }} && !cancelled() && !failure() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
190191

191192
deploy-fe:
192193
name: Deploy frontend

0 commit comments

Comments
 (0)