diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b5fdd099..0ebb08eb 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 * * *' + schedule: + - cron: '0 0 * * *' jobs: create-branch: runs-on: ubuntu-latest