Skip to content

Commit 1499db1

Browse files
Merge pull request #6 from Vamshi-Microsoft/vk-dockerbuild-job
feat: Add dependency on docker-build job for deployment step
2 parents 0eb6702 + a1ed6ee commit 1499db1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
# SIMPLE RULE: Deploys new infrastructure unless you provide existing webapp URL!
150150
# ============================================================================
151151
if: always() && (github.event_name != 'workflow_dispatch' || github.event.inputs.existing_webapp_url == '' || github.event.inputs.existing_webapp_url == null)
152+
needs: [docker-build]
152153
runs-on: ubuntu-latest
153154
outputs:
154155
RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)