From 68ba496755a17684a4bbde5e241ccbb85d9103c2 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 16 Jan 2022 01:58:09 +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 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