We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d773c commit eaae32cCopy full SHA for eaae32c
1 file changed
.github/workflows/crawler.yml
@@ -3,7 +3,7 @@ name: Hot News Crawler
3
on:
4
schedule:
5
# 我们使用的是 github 官方提供的资源来进行的推送,而每个账号的资源是限额的,为了不被官方判定为滥用而面临封号的风险,不建议比半小时更低
6
- - cron: "0 55 17 * * * *" # 每小时整点运行一次(实际有偏差) 或者 "*/30 * * * *" (每半小时执行一次) 或者 "*/30 0-14 * * *"(每天早上 8 点到晚上 10 点期间,每半小时运行一次)
+ - cron: "0 57 17 * * * *" # 每小时整点运行一次(实际有偏差) 或者 "*/30 * * * *" (每半小时执行一次) 或者 "*/30 0-14 * * *"(每天早上 8 点到晚上 10 点期间,每半小时运行一次)
7
workflow_dispatch:
8
9
# 添加权限设置
0 commit comments