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

index e52e6de040e3219f1a1aec7a2080ce0d97fb6208..bbea42edae9dc513afe1229cda7c24908de9ecde 100644 (file)
@@ -15,7 +15,7 @@ permissions:
 jobs:
   scan:
     runs-on: ubuntu-latest
-    if: ${{ github.repository_owner == 'haproxy' }}
+    if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
     - uses: actions/checkout@v4
     - name: Install apt dependencies