Skip to content

Commit

Permalink
[2023-10-14 11:16:56] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 14, 2023
1 parent 094a25c commit 59fb487
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 刷步数

on:
schedule:
- cron: '3 0,1,3,4,5 * * *'
- cron: '6 0,1,2,4,5 * * *'
workflow_dispatch:

jobs:
Expand Down
12 changes: 6 additions & 6 deletions cron_change_time
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
trigger by: workflow_run
current system time:
UTC: 23-10-14 02:27:34
北京时间: 23-10-14 10:27:34
UTC: 23-10-14 03:16:56
北京时间: 23-10-14 11:16:56
current cron:
UTC时间: '17 0,2,3,4,5 * * *'
北京时间: '17 8,10,11,12,13 * * *'
next cron:
UTC时间: '3 0,1,3,4,5 * * *'
北京时间: '3 8,9,11,12,13 * * *'
next exec time: UTC(3:3) 北京时间(11:3)
next cron:
UTC时间: '6 0,1,2,4,5 * * *'
北京时间: '6 8,9,10,12,13 * * *'
next exec time: UTC(4:6) 北京时间(12:6)

0 comments on commit 59fb487

Please sign in to comment.