Skip to content

Commit fb68163

Browse files
committed
test
1 parent 117ef70 commit fb68163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
deploy-be:
9898
name: Deploy backend
9999
runs-on: ubuntu-24.04
100-
needs: [build-be, build-pretix]
100+
needs: [build-be, build-pretix, check-frontend-build]
101101
environment:
102102
name: ${{ fromJSON('["pastaporto", "production"]')[github.ref == 'refs/heads/main'] }}
103103
defaults:

0 commit comments

Comments
 (0)