From aea3e2e5f572021e2bccbaae37115893d2c5cd79 Mon Sep 17 00:00:00 2001 From: krzywon Date: Wed, 18 Nov 2020 09:31:41 -0500 Subject: [PATCH] Update cron to only run every hour so there isn't as much run overlap. --- .github/workflows/pubs_add_new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pubs_add_new.yml b/.github/workflows/pubs_add_new.yml index bdc1d25..9757532 100644 --- a/.github/workflows/pubs_add_new.yml +++ b/.github/workflows/pubs_add_new.yml @@ -1,7 +1,7 @@ -# Run every 30 minutes +# Run every hour on the hour on: schedule: - - cron: "*/30 * * * *" + - cron: "0 * * * *" jobs: build: