Skip to content

Commit f977798

Browse files
committed
change
1 parent 3e71189 commit f977798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Build frontend
10+
name: Build
1111
runs-on: [self-hosted]
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
githash: ${{ needs.check-frontend-build.outputs.githash }}
189189
secrets: inherit
190-
if: always() && ${{ needs.check-frontend-build.outputs.image_exists == 0 }} && !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')
191191

192192
deploy-fe:
193193
name: Deploy frontend

0 commit comments

Comments
 (0)