From 05ecba08130b559f6486dc51fdeade91ef2f83e6 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sun, 5 May 2024 13:41:32 +0200 Subject: [PATCH] CI: netbsd: limit scheduled workflow to parent repo only it is not very useful for most of forks. --- .github/workflows/netbsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/netbsd.yml b/.github/workflows/netbsd.yml index ea03459548..6514725e17 100644 --- a/.github/workflows/netbsd.yml +++ b/.github/workflows/netbsd.yml @@ -7,6 +7,7 @@ on: jobs: gcc: runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'haproxy' }} permissions: contents: read steps: