Skip to content

Commit

Permalink
[2025-01-30 12:46:06] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 30, 2025
1 parent 8e5f5b9 commit 3aadf36
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: '37 4,5,6,8,13,14 * * *'
- cron: '15 4,5,6,8,13,14 * * *'
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-29 14:57:15
北京时间: 25-01-29 22:57:15
UTC: 25-01-30 04:46:06
北京时间: 25-01-30 12:46:06
current cron:
UTC时间: '53 4,5,6,8,13,14 * * *'
北京时间: '53 12,13,14,16,21,22 * * *'
next cron:
UTC时间: '37 4,5,6,8,13,14 * * *'
北京时间: '37 12,13,14,16,21,22 * * *'
next exec time: UTC(4:37) 北京时间(12:37)
next cron:
UTC时间: '15 4,5,6,8,13,14 * * *'
北京时间: '15 12,13,14,16,21,22 * * *'
next exec time: UTC(5:15) 北京时间(13:15)

0 comments on commit 3aadf36

Please sign in to comment.