From a66a90ee5ef0215cfbf1b4392da907161c6a49c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Sat, 1 May 2021 16:03:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20update-data.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/EqualStreetNames/equalstreetnames/issues/173 --- .github/workflows/update-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index f08f5bf..bcf2592 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -1,9 +1,9 @@ name: Update Namur data on: - # Run every Tuesday at 1:00 UTC + # Run every Monday at 5:00 UTC schedule: - - cron: "0 1 * * 2" + - cron: "0 5 * * 1" push: paths: - ".github/workflows/update-data.yml"