We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3712 commit a1ed6eeCopy full SHA for a1ed6ee
1 file changed
.github/workflows/deploy-Parameterized.yml
@@ -149,6 +149,7 @@ 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]
153
runs-on: ubuntu-latest
154
outputs:
155
RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}
0 commit comments