From 91aa9b88c97a233a3f94e036737ad23d1f45999c Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 3 Jun 2026 13:18:47 +0200 Subject: [PATCH] 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. --- .github/workflows/illumos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/illumos.yml b/.github/workflows/illumos.yml index df1e75ce7..398bb0d46 100644 --- a/.github/workflows/illumos.yml +++ b/.github/workflows/illumos.yml @@ -2,7 +2,7 @@ name: Illumos on: schedule: - - cron: "0 0 25 * *" + - cron: "0 3 * * 1" workflow_dispatch: permissions: