diff --git a/.github/workflows/sync-rss.js.yml b/.github/workflows/sync-rss.js.yml index e953ac28..cfc5b2a2 100644 --- a/.github/workflows/sync-rss.js.yml +++ b/.github/workflows/sync-rss.js.yml @@ -8,7 +8,7 @@ on: schedule: # https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events # Runs every 6 hours - - cron: '0 */6 * * *' + - cron: '0 */24 * * *' jobs: build: