CI: limit codespell checks to main repo, not forks
This commit is contained in:
parent
80813cdd2a
commit
63957b7c87
1
.github/workflows/codespell.yml
vendored
1
.github/workflows/codespell.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user