Skip to content

Commit

Permalink
Fix invalid deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 23, 2024
1 parent 7ec27b0 commit f28a6db
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 @@ -327,7 +327,7 @@ jobs:

deploy-fe:
runs-on: ubuntu-latest
needs: [migrate-pycon-backend-db]
needs: [wait-aws-update]
steps:
- name: Trigger hook
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit f28a6db

Please sign in to comment.