Skip to content

Commit

Permalink
main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakult00 authored Feb 18, 2025
1 parent 50bafd8 commit 1c91d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
workflow_dispatch: # 手动触发
schedule:
# 使用 UTC 时间,UTC 时间 对应 北京时间 -8 小时
- cron: "0 0 * * *" # UTC 00:00 / 北京时间 08:00
- cron: "30 0 * * *" # UTC 00:30 / 北京时间 08:30
- cron: "0 1 * * *" # UTC 01:00 / 北京时间 09:00
- cron: "0 9 * * *" # UTC 09:00 / 北京时间 17:00
- cron: "0 10 * * *" # UTC 10:00 / 北京时间 18:00
- cron: "30 12 * * *" # UTC 12:30 / 北京时间 20:30
- cron: "0 13 * * *" # UTC 13:00 / 北京时间 21:00

# 配置并发控制,避免任务重叠执行
concurrency:
Expand Down

0 comments on commit 1c91d69

Please sign in to comment.