From 2e6bd4932168733019614e0e4a13aa549be61871 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 5 Feb 2025 16:05:06 +0100 Subject: [PATCH] Update apply-precommit.yml (#662) 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