From: Ilia Shipitsin Date: Tue, 13 May 2025 18:38:10 +0000 (+0200) Subject: CI: QuicTLS (weekly): limit run on forks only to manual dispatch X-Git-Tag: v3.2-dev16~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75a1e40501557fe11069d1e52bc3fdf7ab79d311;p=thirdparty%2Fhaproxy.git CI: QuicTLS (weekly): limit run on forks only to manual dispatch --- diff --git a/.github/workflows/quictls.yml b/.github/workflows/quictls.yml index 9926b0a9e..76b6d3bcd 100644 --- a/.github/workflows/quictls.yml +++ b/.github/workflows/quictls.yml @@ -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