CI: limit aws-lc and libressl Quic Interop to "haproxy" only

those CI are not supposed to run in forks (however, if someone wants,
he can enable it personally)
This commit is contained in:
Ilia Shipitsin 2024-12-10 13:35:40 +01:00 committed by William Lallemand
parent 056ec51c26
commit 6aae995b1d
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'haproxy' }}
permissions:
contents: read
packages: write
@ -51,6 +52,7 @@ jobs:
name: ${{ matrix.suite.client }}
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'haproxy' }}
steps:
- uses: actions/checkout@v4

View File

@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'haproxy' }}
permissions:
contents: read
packages: write
@ -49,6 +50,7 @@ jobs:
name: ${{ matrix.suite.client }}
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'haproxy' }}
steps:
- uses: actions/checkout@v4