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/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push: # 触发机制为push操作
branches: main
schedule: # 触发机制为定时任务
- cron: "44 4 * * *" # 每天4点44分自动执行
- cron: "57 5 * * *" # 每天4点44分自动执行
- cron: "44 16 * * *" # 每天16点44分自动执行
jobs:
autosend:
Expand Down