diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a0863a35..855a3055 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -2,7 +2,7 @@ name: auto-update on: workflow_dispatch: schedule: - - cron: '0 0,12 * * *' + - cron: '0 0 * * *' jobs: setup: runs-on: ubuntu-latest