From 114e51d57c08a9348604e324a915ce21bd7fb558 Mon Sep 17 00:00:00 2001 From: abdennour Date: Sat, 11 Dec 2021 08:46:42 +0300 Subject: [PATCH] Update upstream-sync.yaml --- .github/workflows/upstream-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-sync.yaml b/.github/workflows/upstream-sync.yaml index 13fb67d9d95..2fbfda74906 100644 --- a/.github/workflows/upstream-sync.yaml +++ b/.github/workflows/upstream-sync.yaml @@ -2,7 +2,7 @@ name: 'Usptream Sync' on: schedule: - - cron: '40 19 * * *' + - cron: '50 5 * * *' # scheduled at 07:00 every day workflow_dispatch: # click the button on Github repo!