projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80813cd
)
CI: limit codespell checks to main repo, not forks
author
Ilya Shipitsin
<chipitsine@gmail.com>
Tue, 21 Nov 2023 18:54:17 +0000
(19:54 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 23 Nov 2023 15:23:14 +0000
(16:23 +0100)
.github/workflows/codespell.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
index
781aa83
..
3d66f29
100644
(file)
--- a/
.github/workflows/codespell.yml
+++ b/
.github/workflows/codespell.yml
@@
-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