Skip to content

Commit

Permalink
[2024-01-26 15:48:00] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 26, 2024
1 parent d8f6858 commit 82ef96b
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: '42 1,7,10,12,14,23 * * *'
- cron: '0 1,4,10,12,14,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-01-26 04:45:44
北京时间: 24-01-26 12:45:44
UTC: 24-01-26 07:48:00
北京时间: 24-01-26 15:48:00
current cron:
UTC时间: '40 1,4,7,10,12,14,23 * * *'
北京时间: '40 9,12,15,18,20,22,7 * * *'
next cron:
UTC时间: '42 1,7,10,12,14,23 * * *'
北京时间: '42 9,15,18,20,22,7 * * *'
next exec time: UTC(7:42) 北京时间(15:42)
next cron:
UTC时间: '0 1,4,10,12,14,23 * * *'
北京时间: '0 9,12,18,20,22,7 * * *'
next exec time: UTC(10:0) 北京时间(18:0)

0 comments on commit 82ef96b

Please sign in to comment.