File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments