mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CI: QuicTLS (weekly): limit run on forks only to manual dispatch
This commit is contained in:
parent
a8b1b08fd7
commit
75a1e40501
1 changed files with 1 additions and 0 deletions
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 a new issue