]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: QuicTLS (weekly): limit run on forks only to manual dispatch
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 13 May 2025 18:38:10 +0000 (20:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 May 2025 15:00:31 +0000 (17:00 +0200)
.github/workflows/quictls.yml

index 9926b0a9e1c1b6aca84bbdaad486e8395efaa8dc..76b6d3bcd1cb1b14b12b52e1c07b2d2024361bab 100644 (file)
@@ -15,6 +15,7 @@ permissions:
 jobs:
   test:
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
       - uses: actions/checkout@v4
       - name: Install VTest