From 2ff13ae3fee09d281d070cea45b5b54542c6bdc6 Mon Sep 17 00:00:00 2001 From: hackercat Date: Tue, 19 Jan 2021 21:00:05 +0000 Subject: [PATCH] Shift workflows 12h --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 078e8bc..dd794c6 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -2,7 +2,7 @@ name: Build Docker image on: schedule: - - cron: 0 0 * * * + - cron: 0 12 * * * push: paths: - '.github/workflows/build-images.yml'