CI: netbsd: limit scheduled workflow to parent repo only

it is not very useful for most of forks.
This commit is contained in:
Ilia Shipitsin 2024-05-05 13:41:32 +02:00 committed by Willy Tarreau
parent fab5a23731
commit 05ecba0813
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
gcc:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'haproxy' }}
permissions:
contents: read
steps: