---
 .github/workflows/codespell.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 781aa8332..3d66f2980 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -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
-- 
2.42.0


Reply via email to