From 1e466bd95c3527b9bc117c04f8b5d45f7f129c3f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 28 Jan 2025 12:37:04 +0100 Subject: [PATCH] Update apply-precommit.yml This should (hopefully) only trigger automatted commits for our own repository scope. Please only merge after https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/5271 has proven to work properly. --- .github/workflows/apply-precommit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/apply-precommit.yml b/.github/workflows/apply-precommit.yml index 831486e7..a416a2d2 100644 --- a/.github/workflows/apply-precommit.yml +++ b/.github/workflows/apply-precommit.yml @@ -7,6 +7,7 @@ on: jobs: lint: + if: github.repository_owner == 'TYPO3-documentation' runs-on: ubuntu-latest steps: - name: Checkout code