Skip to content

Commit 13bcab6

Browse files
author
Mikachu2333
committed
improve test actions
1 parent 8e58c2e commit 13bcab6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/PR-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# | Mikachu2333 <mikachu2333@zohomail.com>
66
# |
77
# Created On : <2025-06-19>
8-
# Last Modified : <2025-08-11>
8+
# Last Modified : <2025-08-17>
99
#
1010
# Test PR
1111
# ---------------------------------------------------------------
@@ -14,8 +14,11 @@ name: 测试PR
1414

1515
on:
1616
pull_request:
17+
# 仅在开 pr、草稿转正式、手动要求 review、reopen的时候运行测试
1718
types: [
1819
opened,
20+
# 因 synchronize 将导致 pr 的构建过于频繁而禁用
21+
# synchronize, # 在 pr 者 push commit 时每次构建
1922
ready_for_review, # draft PR 转为正式 PR
2023
review_requested,
2124
reopened,

0 commit comments

Comments
 (0)