CI: github: run illumos job weekly on Mondays at 03:00 instead of monthly

The previous schedule (25th of each month) provided too little coverage
frequency. Switch to a weekly run every Monday at 03:00 UTC to catch
regressions sooner.
This commit is contained in:
William Lallemand 2026-06-03 13:18:47 +02:00
parent d0ab99932a
commit 91aa9b88c9

View file

@ -2,7 +2,7 @@ name: Illumos
on:
schedule:
- cron: "0 0 25 * *"
- cron: "0 3 * * 1"
workflow_dispatch:
permissions: