diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 2e42385..6d40a58 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -6,9 +6,9 @@ name: Check for new upstream releases on: # Allow to manually trigger the workflow workflow_dispatch: - # Run it every day at 6:00 UTC + # Run it every monday at 6:00 UTC schedule: - - cron: '0 6 * * *' + - cron: '0 6 * * 1' jobs: updater: runs-on: ubuntu-latest