mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 08:51:28 -04:00
CI: limit codespell checks to main repo, not forks
This commit is contained in:
parent
80813cdd2a
commit
63957b7c87
1 changed files with 1 additions and 0 deletions
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 a new issue