mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CI: Illumos: 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:
parent
7495dbed22
commit
8231f58fdc
2
.github/workflows/illumos.yml
vendored
2
.github/workflows/illumos.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
gcc:
|
gcc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository_owner == 'haproxy' }}
|
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user