From: William Lallemand Date: Wed, 18 Feb 2026 17:16:21 +0000 (+0100) Subject: CI: github: disable windows.yml by default on unofficials repo X-Git-Tag: v3.4-dev5~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26c721312015842c1270df901b943fe8f259171;p=thirdparty%2Fhaproxy.git CI: github: disable windows.yml by default on unofficials repo Disable the windows job for repository in repositories that are not in the "haproxy" organization. This is mostly used for portability during development and only making noise during the maintenance cycle. Must be backported in every branches. --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3a6f4f802..059443e71 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,6 +18,7 @@ jobs: msys2: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} + if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }} defaults: run: shell: msys2 {0}