mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 08:07:34 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '20 1 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scrape-data:
|
scrape-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue