diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 864c811..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Run it every day at 6:00 UTC schedule: - - cron: '0 6 * * 0' + - cron: '0 6 * * *' jobs: updater: runs-on: ubuntu-latest