Skip to content

Commit 75a1e40

Browse files
chipitsinewtarreau
authored andcommitted
CI: QuicTLS (weekly): limit run on forks only to manual dispatch
1 parent a8b1b08 commit 75a1e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quictls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
jobs:
1616
test:
1717
runs-on: ubuntu-latest
18+
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
1819
steps:
1920
- uses: actions/checkout@v4
2021
- name: Install VTest

0 commit comments

Comments
 (0)