From a1ed6eec42e561695fbdf7dacb1dd9d57415c6a6 Mon Sep 17 00:00:00 2001 From: Vamshi-Microsoft Date: Thu, 30 Oct 2025 12:31:15 +0530 Subject: [PATCH] Add dependency on docker-build job for deployment step --- .github/workflows/deploy-Parameterized.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-Parameterized.yml b/.github/workflows/deploy-Parameterized.yml index 8a738c032..984c3b5f5 100644 --- a/.github/workflows/deploy-Parameterized.yml +++ b/.github/workflows/deploy-Parameterized.yml @@ -149,6 +149,7 @@ jobs: # SIMPLE RULE: Deploys new infrastructure unless you provide existing webapp URL! # ============================================================================ if: always() && (github.event_name != 'workflow_dispatch' || github.event.inputs.existing_webapp_url == '' || github.event.inputs.existing_webapp_url == null) + needs: [docker-build] runs-on: ubuntu-latest outputs: RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}