We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ef70 commit fb68163Copy full SHA for fb68163
.github/workflows/deploy.yml
@@ -97,7 +97,7 @@ jobs:
97
deploy-be:
98
name: Deploy backend
99
runs-on: ubuntu-24.04
100
- needs: [build-be, build-pretix]
+ needs: [build-be, build-pretix, check-frontend-build]
101
environment:
102
name: ${{ fromJSON('["pastaporto", "production"]')[github.ref == 'refs/heads/main'] }}
103
defaults:
0 commit comments