Skip to content

Commit

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

jobs:
daily-task:
Expand Down

0 comments on commit 05f20a2

Please sign in to comment.