CI: QuicTLS (weekly): limit run on forks only to manual dispatch

This commit is contained in:
Ilia Shipitsin 2025-05-13 20:38:10 +02:00 committed by Willy Tarreau
parent a8b1b08fd7
commit 75a1e40501

View File

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