Skip to content

Commit

Permalink
Update run-kjnews.yml
Browse files Browse the repository at this point in the history
UTC+8 6~22 -> UTC+0 22~14, run every five minutes.
  • Loading branch information
wulukewu authored Aug 9, 2024
1 parent 4c573fc commit f051ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-kjnews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run KJnews

on:
schedule:
# UTC+8 6~23 -> UTC+0 22~15, run every five minutes.
# UTC+8 6~22 -> UTC+0 22~14, run every five minutes.
- cron: "*/5 22-23 * * *"
- cron: "*/5 0-15 * * *"
- cron: "*/5 0-13 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f051ef9

Please sign in to comment.