mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-17 20:42:45 +00:00
Every 15 minutes
This commit is contained in:
parent
c6e28d399a
commit
53891400ea
2
.github/workflows/transfer.yml
vendored
2
.github/workflows/transfer.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Scrape transfer and update file
|
name: Scrape transfer and update file
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 * * * *'
|
- cron: '*/15 * * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
timeout:
|
timeout:
|
||||||
|
|
Loading…
Reference in a new issue