Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/daily-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]
workflow_dispatch: # 手动触发
schedule: # 计划任务触发
- cron: '10 1-15/2 * * *' # cron表达式,Actions时区是UTC时间,所以要往前推8个小时(4-23)
- cron: '00 3 * * *' # cron表达式,Actions时区是UTC时间,所以要往前推8个小时(4-23)


jobs:
Expand Down