Skip to content

Commit edd89e5

Browse files
committed
revert back
1 parent 4072105 commit edd89e5

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
name: E2E Test Workflow
22

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

1610
jobs:
1711
build-templates:
18-
# if: github.event.review.state == 'approved'
12+
if: github.event.review.state == 'approved'
1913
runs-on: ubuntu-latest
2014
permissions:
2115
id-token: write

0 commit comments

Comments
 (0)