Skip to content

Commit 4072105

Browse files
committed
triggering the e2e tests
1 parent 0147db8 commit 4072105

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/run-e2e-tests.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
name: E2E Test Workflow
22

3+
#on:
4+
# pull_request_review:
5+
# types:
6+
# - submitted
7+
# schedule:
8+
# - cron: '0 0 1 * *'
9+
310
on:
4-
pull_request_review:
5-
types:
6-
- submitted
7-
schedule:
8-
- cron: '0 0 1 * *'
11+
pull_request:
12+
branches:
13+
- develop
14+
- main
915

1016
jobs:
1117
build-templates:

0 commit comments

Comments
 (0)