Skip to content

Commit

Permalink
[2024-09-13 04:53:48] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2024
1 parent 4c8028c commit 875b6a7
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: '47 18,20,21,22,23 * * *'
- cron: '1 18,19,21,22,23 * * *'
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-09-12 19:29:04
北京时间: 24-09-13 03:29:04
UTC: 24-09-12 20:53:48
北京时间: 24-09-13 04:53:48
current cron:
UTC时间: '26 19,20,21,22,23 * * *'
北京时间: '26 3,4,5,6,7 * * *'
next cron:
UTC时间: '47 18,20,21,22,23 * * *'
北京时间: '47 2,4,5,6,7 * * *'
next exec time: UTC(20:47) 北京时间(4:47)
next cron:
UTC时间: '1 18,19,21,22,23 * * *'
北京时间: '1 2,3,5,6,7 * * *'
next exec time: UTC(21:1) 北京时间(5:1)

0 comments on commit 875b6a7

Please sign in to comment.