From e5e503611b7499ad77323ff8a253b8caf1a47933 Mon Sep 17 00:00:00 2001 From: Lord_Alfred <2259979+lord-alfred@users.noreply.github.com> Date: Thu, 29 Jul 2021 22:11:22 +0300 Subject: [PATCH] change cron schedule --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 72427d11..40116546 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,8 +2,7 @@ name: "Update" on: schedule: - - cron: '8 * * * *' -# - cron: '8 */12 * * *' # At minute 8 past every 12th hour + - cron: '8 */12 * * *' # At minute 8 past every 12th hour jobs: updater: