Skip to content

Commit d24c441

Browse files
committed
ci: 为工作流添加pull_request closed事件触发
添加pull_request closed事件类型到GitHub工作流,确保在PR关闭时也能触发相关检查
1 parent 0f88fc4 commit d24c441

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/Check_Broken_VIs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
types: [closed]
1112
paths-ignore:
1213
- '**.md'
1314
- '**.txt'

.github/workflows/Run Testcases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
types: [closed]
1112
paths-ignore:
1213
- '**.md'
1314
- '**.txt'

0 commit comments

Comments
 (0)