Skip to content

Commit 415d446

Browse files
chipitsinewlallemand
authored andcommitted
CI: QUIC Interop on LibreSSL: allow "on: workflow_dispatch" in forks
previously that build were limited to "haproxy" github organization only. let's allow manual builds from forks
1 parent 8d591c3 commit 415d446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quic-interop-libressl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-24.04
16-
if: ${{ github.repository_owner == 'haproxy' }}
16+
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
1717
permissions:
1818
contents: read
1919
packages: write
@@ -59,7 +59,7 @@ jobs:
5959

6060
name: ${{ matrix.suite.client }}
6161
runs-on: ubuntu-24.04
62-
if: ${{ github.repository_owner == 'haproxy' }}
62+
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
6363

6464
steps:
6565
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)