Skip to content

Commit

Permalink
[2024-12-19 10:16:31] random cron trigger by workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 19, 2024
1 parent 5ba0873 commit e2aba90
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: '17 0 * * *'
- cron: '44 0 * * *'
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: 24-12-18 02:12:02
北京时间: 24-12-18 10:12:02
UTC: 24-12-19 02:16:30
北京时间: 24-12-19 10:16:30
current cron:
UTC时间: '5 0 * * *'
北京时间: '5 8 * * *'
next cron:
UTC时间: '17 0 * * *'
北京时间: '17 8 * * *'
next exec time: UTC(0:17) 北京时间(8:17)
next cron:
UTC时间: '44 0 * * *'
北京时间: '44 8 * * *'
next exec time: UTC(0:44) 北京时间(8:44)

0 comments on commit e2aba90

Please sign in to comment.