]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: netbsd: limit scheduled workflow to parent repo only
authorIlia Shipitsin <chipitsine@gmail.com>
Sun, 5 May 2024 11:41:32 +0000 (13:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2024 06:26:14 +0000 (08:26 +0200)
it is not very useful for most of forks.

.github/workflows/netbsd.yml

index ea034595480db307a4f5c35e0e604048124561e3..6514725e17dc89681fd97f2366a619b8bad3833f 100644 (file)
@@ -7,6 +7,7 @@ on:
 jobs:
   gcc:
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'haproxy' }}
     permissions:
       contents: read
     steps: