We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4f257 commit 0d8d5e9Copy full SHA for 0d8d5e9
1 file changed
.github/workflows/deploy-Parameterized.yml
@@ -510,7 +510,7 @@ jobs:
510
# Cleanup when deploy succeeded and cleanup is not explicitly disabled
511
# Skip if webapp URL is provided (no resources to cleanup) or cleanup checkbox is unchecked
512
if: needs.deploy.result == 'success' && needs.deploy.outputs.RESOURCE_GROUP_NAME != '' && github.event.inputs.existing_webapp_url == '' && (github.event_name != 'workflow_dispatch' || github.event.inputs.cleanup_resources == 'true' || github.event.inputs.cleanup_resources == null)
513
- needs: [deploy]
+ needs: [deploy, e2e-test]
514
runs-on: ubuntu-latest
515
env:
516
RESOURCE_GROUP_NAME: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
0 commit comments