Skip to content

Commit

Permalink
[2025-01-26 16:28:01] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
github-actions committed Jan 26, 2025
1 parent 060c48d commit 25a3035
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
@@ -2,7 +2,7 @@ name: 刷步数

on:
schedule:
- cron: '9 2,8,12,14 * * *'
- cron: '38 2,5,12,14 * * *'
workflow_dispatch:

jobs:
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-26 05:48:42
北京时间: 25-01-26 13:48:42
UTC: 25-01-26 08:28:01
北京时间: 25-01-26 16:28:01
current cron:
UTC时间: '44 5,8,12,14 * * *'
北京时间: '44 13,16,20,22 * * *'
next cron:
UTC时间: '9 2,8,12,14 * * *'
北京时间: '9 10,16,20,22 * * *'
next exec time: UTC(8:9) 北京时间(16:9)
next cron:
UTC时间: '38 2,5,12,14 * * *'
北京时间: '38 10,13,20,22 * * *'
next exec time: UTC(12:38) 北京时间(20:38)

0 comments on commit 25a3035

Please sign in to comment.