Skip to content

Commit

Permalink
[2024-06-14 16:56:31] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 14, 2024
1 parent 2bbbca4 commit 687f167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: '53 0,2,4,8,14 * * *'
- cron: '41 0,2,4,8,14 * * *'
workflow_dispatch:

jobs:
Expand Down
10 changes: 5 additions & 5 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-14 04:56:37
北京时间: 24-06-14 12:56:37
UTC: 24-06-14 08:56:31
北京时间: 24-06-14 16:56:31
current cron:
UTC时间: '53 0,2,4,8,14 * * *'
北京时间: '53 8,10,12,16,22 * * *'
next cron:
UTC时间: '53 0,2,4,8,14 * * *'
北京时间: '53 8,10,12,16,22 * * *'
next exec time: UTC(8:53) 北京时间(16:53)
UTC时间: '41 0,2,4,8,14 * * *'
北京时间: '41 8,10,12,16,22 * * *'
next exec time: UTC(14:41) 北京时间(22:41)

0 comments on commit 687f167

Please sign in to comment.