CI: limit codespell checks to main repo, not forks

This commit is contained in:
Ilya Shipitsin 2023-11-21 19:54:17 +01:00 committed by Willy Tarreau
parent 80813cdd2a
commit 63957b7c87

View 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