Skip to content

Commit

Permalink
Update example.daily-task.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugemingyue authored Feb 18, 2021
1 parent 17da1ec commit 087ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.daily-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch: # 手动触发
schedule: # 计划任务触发
#- cron: '*/30 20-23,0-15 * * *' # cron表达式,Actions时区是UTC时间,所以要往前推8个小时(4-23)
- cron: '30 * * * *'
- cron: '30 0/2 * * *'


jobs:
Expand Down

0 comments on commit 087ac47

Please sign in to comment.