mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 16:14:24 +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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
Loading…
Reference in a new issue