mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 22:59:44 +00:00
Increase update frequency
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -2,7 +2,7 @@ name: Auto update calendar
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */1 * * *"
|
- cron: "*/10 * * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user