From 9d7c6f6a8504a8017c10f992701fb459dc1b0427 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 6 Sep 2021 00:54:12 +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 02c34fa30..bd24eab3a 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 * * *' + - cron: '0 0,12 * * *' jobs: create-branch: runs-on: ubuntu-latest