]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: run illumos job weekly on Mondays at 03:00 instead of monthly
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 3 Jun 2026 11:18:47 +0000 (13:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 3 Jun 2026 11:22:04 +0000 (13:22 +0200)
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

index df1e75ce778a4fe69be5c79c8c9432dfeb06fb68..398bb0d465eb6bc0a9363acdd7a44184d5566acc 100644 (file)
@@ -2,7 +2,7 @@ name: Illumos
 
 on:
   schedule:
-    - cron: "0 0 25 * *"
+    - cron: "0 3 * * 1"
   workflow_dispatch:
 
 permissions: