mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
CI: spellcheck: allow "on: workflow_dispatch" in forks
previously that build were limited to "haproxy" github organization only. let's allow manual builds from forks
This commit is contained in:
parent
d9cb95c2a5
commit
424ca19831
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -10,7 +10,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
codespell:
|
codespell:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository_owner == 'haproxy' }}
|
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: codespell-project/codespell-problem-matcher@v1.2.0
|
- uses: codespell-project/codespell-problem-matcher@v1.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user