From: Ilia Shipitsin Date: Sun, 5 May 2024 11:41:32 +0000 (+0200) Subject: CI: netbsd: limit scheduled workflow to parent repo only X-Git-Tag: v3.0-dev11~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05ecba08130b559f6486dc51fdeade91ef2f83e6;p=thirdparty%2Fhaproxy.git CI: netbsd: limit scheduled workflow to parent repo only it is not very useful for most of forks. --- 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: