mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-21 22:16:18 +00:00
archiver: ejecutar mas seguido
This commit is contained in:
parent
d3befb157b
commit
4f3038eee9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sepa-precios-archiver.yml
vendored
2
.github/workflows/sepa-precios-archiver.yml
vendored
|
@ -2,7 +2,7 @@ name: Sepa Precios Archiver
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *" # Run every 6 hours
|
||||
- cron: "0 */3 * * *" # Run every 3 hours
|
||||
workflow_dispatch: # Allow manual trigger
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue