Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Jan 4, 2025
1 parent 117ef70 commit fb68163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
deploy-be:
name: Deploy backend
runs-on: ubuntu-24.04
needs: [build-be, build-pretix]
needs: [build-be, build-pretix, check-frontend-build]
environment:
name: ${{ fromJSON('["pastaporto", "production"]')[github.ref == 'refs/heads/main'] }}
defaults:
Expand Down

0 comments on commit fb68163

Please sign in to comment.