Skip to content

Commit f28a6db

Browse files
committed
Fix invalid deploy workflow
1 parent 7ec27b0 commit f28a6db

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
@@ -327,7 +327,7 @@ jobs:
327327

328328
deploy-fe:
329329
runs-on: ubuntu-latest
330-
needs: [migrate-pycon-backend-db]
330+
needs: [wait-aws-update]
331331
steps:
332332
- name: Trigger hook
333333
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)