---
.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- [PATCH 0/2] spelling fixes Ilya Shipitsin
- [PATCH 2/2] CI: limit codespell checks to main repo, n... Ilya Shipitsin
- [PATCH 1/2] CLEANUP: assorted typo fixes in the code a... Ilya Shipitsin
- Re: [PATCH 0/2] spelling fixes Willy Tarreau

