previously that build were limited to "haproxy" github organization
only. let's allow manual builds from forks
---
 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index e52e6de04..bbea42eda 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -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
-- 
2.46.0.windows.1



Reply via email to