Skip to content

Commit

Permalink
[2025-02-02 10:05:13] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 2, 2025
1 parent 8347fc7 commit 98be6a2
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: '32 0,2,6,8 * * *'
- cron: '26 0,6,8 * * *'
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-01 09:16:11
北京时间: 25-02-01 17:16:11
UTC: 25-02-02 02:05:13
北京时间: 25-02-02 10:05:13
current cron:
UTC时间: '57 0,2,8 * * *'
北京时间: '57 8,10,16 * * *'
next cron:
UTC时间: '32 0,2,6,8 * * *'
北京时间: '32 8,10,14,16 * * *'
next exec time: UTC(0:32) 北京时间(8:32)
next cron:
UTC时间: '26 0,6,8 * * *'
北京时间: '26 8,14,16 * * *'
next exec time: UTC(6:26) 北京时间(14:26)

0 comments on commit 98be6a2

Please sign in to comment.