Skip to content

Commit 6b683f9

Browse files
Fix production deploy depends
1 parent f4c8ed6 commit 6b683f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3030

3131
deploy-worker:
32-
needs: [build]
32+
needs: [build, deploy-api]
3333
uses: ./.github/workflows/deployment.yml
3434
with:
3535
versionvar_filename: keeshond
@@ -49,7 +49,7 @@ jobs:
4949
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5050

5151
deploy-worker-test:
52-
needs: [build]
52+
needs: [build, deploy-api-test]
5353
uses: ./.github/workflows/deployment.yml
5454
with:
5555
versionvar_filename: keeshond

0 commit comments

Comments
 (0)