From 6c5190de018c0bccb918ae931248f41c7a673916 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 29 May 2021 14:50:06 +0100 Subject: ci: fix action cron --- .github/workflows/updater-wip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/updater-wip.yml b/.github/workflows/updater-wip.yml index 1ee3ea6e..a43c8787 100644 --- a/.github/workflows/updater-wip.yml +++ b/.github/workflows/updater-wip.yml @@ -2,7 +2,7 @@ name: Updater (WIP) on: schedule: - - cron: 30 23 * * * + - cron: 0 0 * * 0 push: branches: - master -- cgit v1.2.3