From 7495dbed2289fbb09fd818ac982d5eabd30a85d6 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Thu, 27 Mar 2025 22:29:17 +0100 Subject: [PATCH] CI: cross compile: allow "on: workflow_dispatch" in forks previously that build were limited to "haproxy" github organization only. let's allow manual builds from forks --- .github/workflows/cross-zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-zoo.yml b/.github/workflows/cross-zoo.yml index d6e5e0839..ba78996d8 100644 --- a/.github/workflows/cross-zoo.yml +++ b/.github/workflows/cross-zoo.yml @@ -91,7 +91,7 @@ jobs: } ] runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'haproxy' }} + if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }} steps: - name: install packages run: |