From c26c721312015842c1270df901b943fe8f259171 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 18 Feb 2026 18:16:21 +0100 Subject: [PATCH] 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. --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) 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}