Skip to content

Commit f9d3712

Browse files
Remove dependency on docker-build job in deployment step
1 parent 16e39f6 commit f9d3712

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ 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] # Add dependency on docker-build job (will be skipped if not needed)
153152
runs-on: ubuntu-latest
154153
outputs:
155154
RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)