From 945e24aab43b1b4daf3bebd4eb1e1ff73f0a22ec Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 16 Oct 2021 02:13:19 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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