From 63957b7c87dd93a227aa3e85fb805f160c509e4f Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 21 Nov 2023 19:54:17 +0100 Subject: [PATCH] CI: limit codespell checks to main repo, not forks --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 781aa8332..3d66f2980 100644 --- 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