From 05009c3f09a5e149b68066c84442b344081a66a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20J=C3=B8rgen=20Skogstad?= Date: Sat, 1 Mar 2025 00:41:11 +0100 Subject: [PATCH] infr --- .github/workflows/ci-cd-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-prod.yml b/.github/workflows/ci-cd-prod.yml index 64d29bc6f..e25500a58 100644 --- a/.github/workflows/ci-cd-prod.yml +++ b/.github/workflows/ci-cd-prod.yml @@ -78,7 +78,7 @@ jobs: deploy-apps: name: Deploy apps to prod needs: - [check-for-changes] + [check-for-changes, deploy-infra] if: ${{ always() && !failure() && !cancelled() && needs.check-for-changes.outputs.hasBackendChanges == 'true' }} uses: ./.github/workflows/workflow-deploy-apps.yml secrets: