We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e58c2e commit 13bcab6Copy full SHA for 13bcab6
.github/workflows/PR-test.yml
@@ -5,7 +5,7 @@
5
# | Mikachu2333 <mikachu2333@zohomail.com>
6
# |
7
# Created On : <2025-06-19>
8
-# Last Modified : <2025-08-11>
+# Last Modified : <2025-08-17>
9
#
10
# Test PR
11
# ---------------------------------------------------------------
@@ -14,8 +14,11 @@ name: 测试PR
14
15
on:
16
pull_request:
17
+ # 仅在开 pr、草稿转正式、手动要求 review、reopen的时候运行测试
18
types: [
19
opened,
20
+ # 因 synchronize 将导致 pr 的构建过于频繁而禁用
21
+ # synchronize, # 在 pr 者 push commit 时每次构建
22
ready_for_review, # draft PR 转为正式 PR
23
review_requested,
24
reopened,
0 commit comments