From 0a432bd23873515fc0f63afdd356a6596c59f33a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 16 Jan 2022 16:47:59 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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