]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: fedora rawhide: allow "on: workflow_dispatch" in forks
authorIlia Shipitsin <chipitsine@gmail.com>
Thu, 27 Mar 2025 21:29:13 +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/fedora-rawhide.yml

index 09da50b36f7fcce3fb9795bc9c03bd3f44efe16b..194c471c662609b1c22aca67e4f299daffb7b919 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         ]
     name: ${{ matrix.platform.cc }}.${{ matrix.platform.name }}
     runs-on: ubuntu-latest
-    if: ${{ github.repository_owner == 'haproxy' }}
+    if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     container:
       image: fedora:rawhide
     steps: