ci: schedule main-to-next sync every 10 minutes

This commit is contained in:
Andras Bacsai
2026-09-19 19:47:05 +02:00
parent 383a5a742f
commit 89e8506023
+1 -1
View File
@@ -2,7 +2,7 @@ name: Sync main to next
on:
schedule:
- cron: '0 3 * * *'
- cron: '*/10 * * * *'
workflow_dispatch:
permissions: