We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c8ed6 commit 6b683f9Copy full SHA for 6b683f9
1 file changed
.github/workflows/production.yml
@@ -29,7 +29,7 @@ jobs:
29
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
30
31
deploy-worker:
32
- needs: [build]
+ needs: [build, deploy-api]
33
uses: ./.github/workflows/deployment.yml
34
with:
35
versionvar_filename: keeshond
@@ -49,7 +49,7 @@ jobs:
49
50
51
deploy-worker-test:
52
+ needs: [build, deploy-api-test]
53
54
55
0 commit comments