]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: cross compile: allow "on: workflow_dispatch" in forks
authorIlia Shipitsin <chipitsine@gmail.com>
Thu, 27 Mar 2025 21:29:17 +0000 (22:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 28 Mar 2025 08:51:35 +0000 (09:51 +0100)
previously that build were limited to "haproxy" github organization
only. let's allow manual builds from forks

.github/workflows/cross-zoo.yml

index d6e5e083956f4709437759ce87cc9db0186e750b..ba78996d84b4a7128024215406fc1f3e4a06f8d1 100644 (file)
@@ -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: |