]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: limit codespell checks to main repo, not forks
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 21 Nov 2023 18:54:17 +0000 (19:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 15:23:14 +0000 (16:23 +0100)
.github/workflows/codespell.yml

index 781aa8332a171cebbfa7106a163e4e4bafbb8a1c..3d66f29807c75dd049ba46f4810ed371b6f412cb 100644 (file)
@@ -10,6 +10,7 @@ permissions:
 jobs:
   codespell:
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'haproxy' }}
     steps:
     - uses: actions/checkout@v4
     - uses: codespell-project/codespell-problem-matcher@v1