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 8ef6b0d commit 53866dcCopy full SHA for 53866dc
.github/workflows/main.yml
@@ -1,13 +1,13 @@
1
name: 🤖 Update Starred Repositories
2
3
on:
4
- # 每周一上午9点自动运行(北京时间,UTC+8,所以是UTC时间1点)
+ # 每日自动运行(北京时间上午9点,UTC时间凌晨1点)
5
schedule:
6
- - cron: '0 1 * * 1'
+ - cron: '0 1 * * *' # 每日北京时间9点运行
7
8
- # 每日更新模式(可选,注释掉则仅周更新)
+ # 每周模式(备用,如果想改回周更新可以取消注释)
9
# schedule:
10
- # - cron: '0 2 * * *' # 每日凌晨2点UTC(北京时间10点)
+ # - cron: '0 1 * * 1' # 每周一北京时间9点
11
12
# 手动触发,支持选择运行模式
13
workflow_dispatch:
0 commit comments