Skip to content

Commit

Permalink
Update check_cron.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu authored Aug 6, 2024
1 parent cb0e099 commit 5d4d81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Execute SSH Commands
on:
workflow_dispatch: # 手动触发工作流
schedule:
- cron: "30 1,13 * * *" # 每天早晚9点运行一次
- cron: "30 1,13 */3 * *" # 每3天 北京时间早晚9点30分 各运行一次

jobs:
execute-commands:
Expand Down

0 comments on commit 5d4d81a

Please sign in to comment.