Skip to content

Commit

Permalink
[2024-09-21 14:07:42] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 21, 2024
1 parent 1f1be27 commit 14607d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: '18 1,2,3,4,5,6 * * *'
- cron: '46 1,2,3,4,5,6 * * *'
workflow_dispatch:

jobs:
Expand Down
14 changes: 7 additions & 7 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: 24-09-21 04:44:06
北京时间: 24-09-21 12:44:06
UTC: 24-09-21 06:07:42
北京时间: 24-09-21 14:07:42
current cron:
UTC时间: '33 0,1,2,4 * * *'
北京时间: '33 8,9,10,12 * * *'
UTC时间: '18 1,2,3,4,5,6 * * *'
北京时间: '18 9,10,11,12,13,14 * * *'
next cron:
UTC时间: '58 0,1,2,3 * * *'
北京时间: '58 8,9,10,11 * * *'
next exec time: UTC(0:58) 北京时间(8:58)
UTC时间: '46 1,2,3,4,5,6 * * *'
北京时间: '46 9,10,11,12,13,14 * * *'
next exec time: UTC(6:46) 北京时间(14:46)

0 comments on commit 14607d0

Please sign in to comment.