Skip to content

Commit 85e5a8c

Browse files
chore: 贡献者更新工作流改为每周定时触发
移除 push 触发,仅保留每周一 schedule 触发。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 299953b commit 85e5a8c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Update Contributors
22

33
on:
4-
push:
5-
branches:
6-
- main
74
schedule:
8-
- cron: '0 0 * * *' # 每天更新一次
5+
- cron: '0 0 * * 1' # 每周一更新一次
96

107
permissions:
118
contents: write

0 commit comments

Comments
 (0)