mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-22 14:52:54 +00:00
Does not need to run every hour
This commit is contained in:
parent
3f7a4e360c
commit
182f90eceb
2
.github/workflows/scraper.yml
vendored
2
.github/workflows/scraper.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue