diff --git a/.github/workflows/update-feed.yml b/.github/workflows/update-feed.yml index d04c64d..ea01b97 100644 --- a/.github/workflows/update-feed.yml +++ b/.github/workflows/update-feed.yml @@ -9,7 +9,7 @@ on: # Adjust refresh schedule here. By default, it runs once per day. # Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule # Recommended tool: https://crontab.guru/ - - cron: "40 16 * * *" + - cron: "02 9 * * *" jobs: build: