Skip to content

Commit

Permalink
[2024-06-07 23:39:45] 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 7ed998a commit 82657fa
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: '37 1,3,5,9,15 * * *'
- cron: '44 1,3,5,9,15 * * *'
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: 24-06-07 06:54:20
北京时间: 24-06-07 14:54:20
UTC: 24-06-07 15:39:45
北京时间: 24-06-07 23:39:45
current cron:
UTC时间: '11 1,3,5,9,15 * * *'
北京时间: '11 9,11,13,17,23 * * *'
next cron:
UTC时间: '37 1,3,5,9,15 * * *'
北京时间: '37 9,11,13,17,23 * * *'
next exec time: UTC(9:37) 北京时间(17:37)
next cron:
UTC时间: '44 1,3,5,9,15 * * *'
北京时间: '44 9,11,13,17,23 * * *'
next exec time: UTC(15:44) 北京时间(23:44)

0 comments on commit 82657fa

Please sign in to comment.