Skip to content

Commit c26f7e2

Browse files
committed
fix deploy prod schema
1 parent 206a0c4 commit c26f7e2

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
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
contents: read
3737
needs:
38-
- deploy-test-dev
38+
- test-unit
3939
environment: "AWS PROD"
4040
steps:
4141
- name: Set up Node for testing

0 commit comments

Comments
 (0)