CI: github: run cross-zoo.yml weekly

run cross-zoo.yml every monday at 2am
This commit is contained in:
William Lallemand 2026-04-20 11:40:45 +02:00
parent 2aef1eb72e
commit 115a7834fe

View File

@ -5,7 +5,7 @@ name: Cross Compile
on:
schedule:
- cron: "0 0 21 * *"
- cron: "0 2 * * 1"
workflow_dispatch:
permissions: