diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 3d9d437e..275e7e93 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -1,8 +1,8 @@ name: auto-update on: workflow_dispatch: - # schedule: - # - cron: '0 0,12 * * *' + schedule: + - cron: '0 0,12 * * *' jobs: setup: runs-on: ubuntu-latest