From: Ilya Shipitsin Date: Tue, 21 Nov 2023 18:54:17 +0000 (+0100) Subject: CI: limit codespell checks to main repo, not forks X-Git-Tag: v2.9-dev11~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63957b7c87dd93a227aa3e85fb805f160c509e4f;p=thirdparty%2Fhaproxy.git CI: limit codespell checks to main repo, not forks --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 781aa8332a..3d66f29807 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