From 182f90ecebb7dccacf800597e477d51800febead Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:55:52 -0500 Subject: [PATCH] Does not need to run every hour --- .github/workflows/scraper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index bd5a6aa..0df72e9 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -2,7 +2,7 @@ name: Update data, generate static site, and deploy to Pages on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '20 1 * * *' jobs: scrape-data: