mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
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.
This commit is contained in:
parent
27e1ec8ca9
commit
c26c721312
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue