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

index 0d4d5a3de0f48c06309f8567ea6631d9b085fbfb..2bcc9d9f3f7ef8260f3fade22df14edbb729668f 100644 (file)
@@ -8,7 +8,7 @@ on:
 jobs:
   gcc:
     runs-on: ubuntu-latest
-    if: ${{ github.repository_owner == 'haproxy' }}
+    if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     permissions:
       contents: read
     steps: