From: Ilia Shipitsin Date: Thu, 27 Mar 2025 21:29:17 +0000 (+0100) Subject: CI: cross compile: allow "on: workflow_dispatch" in forks X-Git-Tag: v3.2-dev9~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7495dbed2289fbb09fd818ac982d5eabd30a85d6;p=thirdparty%2Fhaproxy.git 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 --- 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: |