From 77095f8557f241aa0d8dade370f714c4af224cb3 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 17 Nov 2021 10:34:32 -0500 Subject: [PATCH] tweak cron job time --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce13647fa586..94b9dd6fe55f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,7 @@ on: branches: - 'master' schedule: - # Use to conveniently edit cron schedule. - - cron: '0 7 * * *' # At 07:00 UTC every day. + - cron: '5 15 * * *' # At 15:05 UTC every day. jobs: build: