mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
CI: QuicTLS (weekly): limit run on forks only to manual dispatch
This commit is contained in:
parent
a8b1b08fd7
commit
75a1e40501
1
.github/workflows/quictls.yml
vendored
1
.github/workflows/quictls.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user