Skip to content

Commit 8d591c3

Browse files
chipitsinewlallemand
authored andcommitted
CI: QUIC Interop on AWS-LC: 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 7de45e3 commit 8d591c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quic-interop-aws-lc.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
@@ -61,7 +61,7 @@ jobs:
6161

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

6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)