mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-09 00:24:16 +00:00
Run once a day
This commit is contained in:
parent
c21dec05ad
commit
aec272e28e
2
.github/workflows/transfer.yml
vendored
2
.github/workflows/transfer.yml
vendored
|
@ -2,6 +2,8 @@ name: Scrape transfer and update file
|
||||||
run-name: Scrape transfer and update file
|
run-name: Scrape transfer and update file
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 10 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
|
|
Loading…
Reference in a new issue