From 474d61a13518e8c6f145ed63aef8cd37345d2872 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 4 Aug 2021 09:21:25 +0200 Subject: [PATCH] Update cron schedule [ci skip] --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 03496af32..c61e45ee8 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -13,7 +13,8 @@ on: branches: - master schedule: - - cron: '0 14 * * *' + - cron: '0 10 * * *' + - cron: '0 22 * * *' jobs: build: