CI: fedora rawhide: allow "on: workflow_dispatch" in forks

previously that build were limited to "haproxy" github organization
only. let's allow manual builds from forks
This commit is contained in:
Ilia Shipitsin 2025-03-27 22:29:13 +01:00 committed by William Lallemand
parent 44f98f1747
commit 21894300c1

View 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: