Skip to content

Commit e2814ae

Browse files
authored
ci: remove CI on review submission (#1812)
1 parent 22f4946 commit e2814ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ on:
77
push:
88
branches:
99
- gh-pages
10-
pull_request_review:
11-
types: [submitted]
1210

1311
jobs:
1412
test:
1513
runs-on: ubuntu-latest
16-
if: |
17-
github.event.pull_request.draft != true &&
18-
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
19-
github.event_name != 'pull_request_review'
2014

2115
steps:
2216
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)