Skip to content

Commit

Permalink
Fix production deploy depends
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Feb 5, 2024
1 parent f4c8ed6 commit 6b683f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

deploy-worker:
needs: [build]
needs: [build, deploy-api]
uses: ./.github/workflows/deployment.yml
with:
versionvar_filename: keeshond
Expand All @@ -49,7 +49,7 @@ jobs:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

deploy-worker-test:
needs: [build]
needs: [build, deploy-api-test]
uses: ./.github/workflows/deployment.yml
with:
versionvar_filename: keeshond
Expand Down

0 comments on commit 6b683f9

Please sign in to comment.