Skip to content

Commit 0d8d5e9

Browse files
Update cleanup job dependencies to include e2e-test
1 parent 5a4f257 commit 0d8d5e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
# Cleanup when deploy succeeded and cleanup is not explicitly disabled
511511
# Skip if webapp URL is provided (no resources to cleanup) or cleanup checkbox is unchecked
512512
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]
513+
needs: [deploy, e2e-test]
514514
runs-on: ubuntu-latest
515515
env:
516516
RESOURCE_GROUP_NAME: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)