diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index 3fea6aa..b836fe1 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -8,7 +8,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: "0 9,14,19 * * *" + - cron: "0 5,9,15 * * *" jobs: build: