Skip to content

Commit 42fbc8b

Browse files
authored
Update e2e-infra-deploy.yml
1 parent 9e1ef41 commit 42fbc8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

1010
name: E2E Tests Infra deployment
1111

12+
on:
13+
workflow_call:
14+
1215
permissions:
1316
id-token: write
1417
contents: read
@@ -67,4 +70,4 @@ jobs:
6770
- name: Deploy AOT Stack
6871
run: |
6972
cd libraries/tests/e2e/infra-aot
70-
cdk deploy --require-approval never
73+
cdk deploy --require-approval never

0 commit comments

Comments
 (0)