From 35f3093bbcc0c4ac0068f297cc415bbf0c61ce80 Mon Sep 17 00:00:00 2001 From: Giles Dring Date: Mon, 16 Oct 2023 09:50:04 +0100 Subject: [PATCH] Switch to running pipeline at 7:40 --- .github/workflows/update-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index fc25dee1..3f83b7ed 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -7,7 +7,7 @@ on: - update_data schedule: # * is a special character in YAML so you have to quote this string - - cron: '45 9 * * 1-5' + - cron: '40 7 * * 1-5' # Cancel any in-flight jobs concurrency: