]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: limit aws-lc and libressl Quic Interop to "haproxy" only
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 10 Dec 2024 12:35:40 +0000 (13:35 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 12:59:48 +0000 (13:59 +0100)
those CI are not supposed to run in forks (however, if someone wants,
he can enable it personally)

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

index 4546f95199e2c8da26a54e98b716c2fef00d4d32..f14f496e8a1eb45ea8103fdc87ed9fa063e5901d 100644 (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
index d86b489ff89aef9e5b0cc94fa08845f764ae30f8..4a7313ec91c3533581853723f629ee6a8447d5d4 100644 (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