Skip to content

Commit

Permalink
[2025-01-14 18:22:56] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 14, 2025
1 parent bfd7d6f commit 20e6f19
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: '6 2,4,7,10,12,13 * * *'
- cron: '46 2,4,7,10,12,13 * * *'
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: 25-01-14 07:19:57
北京时间: 25-01-14 15:19:57
UTC: 25-01-14 10:22:56
北京时间: 25-01-14 18:22:56
current cron:
UTC时间: '6 2,4,7,10,12,13 * * *'
北京时间: '6 10,12,15,18,20,21 * * *'
next cron:
UTC时间: '6 2,4,7,10,12,13 * * *'
北京时间: '6 10,12,15,18,20,21 * * *'
next exec time: UTC(10:6) 北京时间(18:6)
UTC时间: '46 2,4,7,10,12,13 * * *'
北京时间: '46 10,12,15,18,20,21 * * *'
next exec time: UTC(10:46) 北京时间(18:46)

0 comments on commit 20e6f19

Please sign in to comment.