From f59f7b2b648b344a467ed87c8544755c42f0db7d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 4 Sep 2021 22:39:05 +0300 Subject: [PATCH] Update update-codes.yml --- .github/workflows/update-codes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-codes.yml b/.github/workflows/update-codes.yml index a1bd3911..5c6b2cc6 100644 --- a/.github/workflows/update-codes.yml +++ b/.github/workflows/update-codes.yml @@ -2,7 +2,7 @@ name: update-codes on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 6 * * *' jobs: create-branch: runs-on: ubuntu-latest