From 6b683f96a45754296ae671b94b46a7951fcd3d9b Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Mon, 5 Feb 2024 14:00:07 +0100 Subject: [PATCH] Fix production deploy depends --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 1fead62..2783ed5 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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 @@ -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