Skip to content

Commit 061f12d

Browse files
committed
fix workflow
1 parent 85b585f commit 061f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
group: ${{ github.event.repository.name }}-prod
104104
cancel-in-progress: false
105105
needs:
106-
- test
106+
- test-dev
107107
environment: "AWS PROD"
108108
steps:
109109
- name: Set up Node for testing

0 commit comments

Comments
 (0)