Skip to content

Commit

Permalink
[2025-01-17 00:39:55] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 16, 2025
1 parent 99285d5 commit 734931b
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: '19 0,12,16,22 * * *'
- cron: '24 0,12,14,22 * * *'
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: 25-01-16 14:32:51
北京时间: 25-01-16 22:32:51
UTC: 25-01-16 16:39:55
北京时间: 25-01-17 00:39:55
current cron:
UTC时间: '20 0,14,16,22 * * *'
北京时间: '20 8,22,0,6 * * *'
next cron:
UTC时间: '19 0,12,16,22 * * *'
北京时间: '19 8,20,0,6 * * *'
next exec time: UTC(16:19) 北京时间(0:19)
next cron:
UTC时间: '24 0,12,14,22 * * *'
北京时间: '24 8,20,22,6 * * *'
next exec time: UTC(22:24) 北京时间(6:24)

0 comments on commit 734931b

Please sign in to comment.