Skip to content

Commit af8abb1

Browse files
committed
temporarily enable run integ test to test
1 parent a44659c commit af8abb1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ permissions:
77
on:
88
workflow_dispatch:
99
push:
10+
pull_request_target:
11+
types:
12+
- assigned
13+
- unassigned
14+
- labeled
15+
- unlabeled
16+
- opened
17+
- edited
18+
- closed
19+
- reopened
20+
- synchronize
21+
- converted_to_draft
22+
- ready_for_review
23+
- locked
24+
- unlocked
25+
- review_requested
26+
- review_request_removed
27+
- auto_merge_enabled
28+
- auto_merge_disabled
29+
30+
1031

1132
jobs:
1233
run-integration-tests:

0 commit comments

Comments
 (0)