mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-11 05:48:41 +00:00
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…
Reference in New Issue
Block a user