Skip to content

Commit 5866e40

Browse files
committed
chore: wip
1 parent a165593 commit 5866e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
deploy-stage:
142142
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || (startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-beta.'))
143-
needs: [lint, typecheck, test]
143+
needs: [lint, typecheck, test, deploy-prod, deploy-dev]
144144
runs-on: ubuntu-latest
145145
environment: staging
146146

@@ -164,7 +164,7 @@ jobs:
164164

165165
deploy-dev:
166166
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || (github.event_name == 'pull_request' && github.base_ref == 'main')
167-
needs: [lint, typecheck, test]
167+
needs: [lint, typecheck, test, deploy-prod]
168168
runs-on: ubuntu-latest
169169
environment: development
170170

0 commit comments

Comments
 (0)