Skip to content

Commit

Permalink
[2025-02-22 11:43:38] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 22, 2025
1 parent 9badbcb commit 4a0571a
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: '36 1,2,3,4,5,6 * * *'
- cron: '33 1,2,3,4,5,6 * * *'
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-02-22 03:31:32
北京时间: 25-02-22 11:31:32
UTC: 25-02-22 03:43:38
北京时间: 25-02-22 11:43:38
current cron:
UTC时间: '15 1,2,3,4,5,6 * * *'
北京时间: '15 9,10,11,12,13,14 * * *'
next cron:
UTC时间: '36 1,2,3,4,5,6 * * *'
北京时间: '36 9,10,11,12,13,14 * * *'
next exec time: UTC(3:36) 北京时间(11:36)
next cron:
UTC时间: '33 1,2,3,4,5,6 * * *'
北京时间: '33 9,10,11,12,13,14 * * *'
next exec time: UTC(4:33) 北京时间(12:33)

0 comments on commit 4a0571a

Please sign in to comment.