From: William Lallemand Date: Wed, 3 Jun 2026 11:18:47 +0000 (+0200) Subject: CI: github: run illumos job weekly on Mondays at 03:00 instead of monthly X-Git-Tag: v3.4.0~7 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=91aa9b88c97a233a3f94e036737ad23d1f45999c;p=thirdparty%2Fhaproxy.git 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. --- 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: