We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e39f6 commit f9d3712Copy full SHA for f9d3712
1 file changed
.github/workflows/deploy-Parameterized.yml
@@ -149,7 +149,6 @@ jobs:
149
# SIMPLE RULE: Deploys new infrastructure unless you provide existing webapp URL!
150
# ============================================================================
151
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)
153
runs-on: ubuntu-latest
154
outputs:
155
RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}
0 commit comments