Skip to content

Commit

Permalink
[2024-06-07 14:25:35] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 7, 2024
1 parent b0c6700 commit 844522a
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: '0 0,2,4,6,8,10,12,14 * * *'
- cron: '11 0,2,4,8,14 * * *'
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-06-07 04:14:40
北京时间: 24-06-07 12:14:40
UTC: 24-06-07 06:25:35
北京时间: 24-06-07 14:25:35
current cron:
UTC时间: '2 1,4,7,10,12,14,23 * * *'
北京时间: '2 9,12,15,18,20,22,7 * * *'
UTC时间: '0 0,2,4,6,8,10,12,14 * * *'
北京时间: '0 8,10,12,14,16,18,20,22 * * *'
next cron:
UTC时间: '13 1,7,10,12,14,23 * * *'
北京时间: '13 9,15,18,20,22,7 * * *'
next exec time: UTC(7:13) 北京时间(15:13)
UTC时间: '11 0,2,4,8,14 * * *'
北京时间: '11 8,10,12,16,22 * * *'
next exec time: UTC(8:11) 北京时间(16:11)

0 comments on commit 844522a

Please sign in to comment.