Skip to content

Commit 8d2adc5

Browse files
committed
ci: acctests required reviews
1 parent a7f2f75 commit 8d2adc5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: E2E Test Check
22
on:
3-
pull_request_review:
4-
types: [edited, submitted]
3+
pull_request:
4+
branches:
5+
- master
6+
- main
7+
types: [ 'opened', 'synchronize' ]
58
paths:
69
- '.github/**'
710
- '.github/workflows/**'
811
- 'quickstarts/**'
912

1013
jobs:
1114
e2e-check:
12-
if: github.event.review.state == 'approved' || github.event.review.body == 'approved'
1315
runs-on: terraform-alicloud-landing
1416
environment:
1517
name: acctests

0 commit comments

Comments
 (0)