Skip to content

Commit 06abc28

Browse files
authored
Update e2e-infra-destroy.yml
1 parent 42fbc8b commit 06abc28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-infra-destroy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
name: Destroy e2e CDK Stacks
1111

12+
on:
13+
workflow_call:
14+
1215
permissions:
1316
id-token: write
1417
contents: read
@@ -37,4 +40,4 @@ jobs:
3740
- name: Destroy AOT Stack
3841
run: |
3942
cd libraries/tests/e2e/infra-aot
40-
cdk destroy --force
43+
cdk destroy --force

0 commit comments

Comments
 (0)