We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e28674 commit 5762a0eCopy full SHA for 5762a0e
1 file changed
.github/workflows/deploy-Parameterized.yml
@@ -517,7 +517,7 @@ jobs:
517
518
cleanup-deployment:
519
# Cleanup for automatic triggers or when manually enabled (skip cleanup when using existing webapp URL)
520
- if: always() && needs.deploy.result != 'skipped' && needs.deploy.outputs.RESOURCE_GROUP_NAME != '' && (github.event_name != 'workflow_dispatch' || (github.event.inputs.cleanup_resources == true && github.event.inputs.existing_webapp_url == ''))
+ if: always() && needs.deploy.result != 'skipped' && needs.deploy.outputs.RESOURCE_GROUP_NAME != '' && (github.event_name != 'workflow_dispatch' || (github.event.inputs.cleanup_resources == 'true' && github.event.inputs.existing_webapp_url == ''))
521
needs: [deploy]
522
runs-on: ubuntu-latest
523
env:
0 commit comments