From: Ilia Shipitsin Date: Tue, 10 Dec 2024 12:35:40 +0000 (+0100) Subject: CI: limit aws-lc and libressl Quic Interop to "haproxy" only X-Git-Tag: v3.2-dev2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6aae995b1d9e159504bd960b91c41a08ffaf89e6;p=thirdparty%2Fhaproxy.git 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) --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 4546f95199..f14f496e8a 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -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 diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index d86b489ff8..4a7313ec91 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -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