diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index e0b3d1e..6516311 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -7,7 +7,7 @@ on: # Allow to manually trigger the workflow workflow_dispatch: schedule: - - cron: '0 6 1 * *' + - cron: '0 6 * * 1' jobs: updater: runs-on: ubuntu-latest