Skip to content

Commit

Permalink
Update check_cron.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Jul 30, 2024
1 parent 80b4579 commit ab88214
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: "0 0 */3 * *" # 每3天早8点运行一次
- cron: "30 1,13 * * *" # 每天早晚9点运行一次

jobs:
execute-commands:
Expand Down

0 comments on commit ab88214

Please sign in to comment.