Does not need to run every hour

This commit is contained in:
powe97 2023-03-05 18:55:52 -05:00 committed by GitHub
parent 3f7a4e360c
commit 182f90eceb
1 changed files with 1 additions and 1 deletions

View File

@ -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: