From 075c6f1c0e7358f4775766b3a3563a8692361568 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Thu, 30 Oct 2025 18:19:53 +0100 Subject: [PATCH] [CI] Execute 'update-pre-commit' routine only in the template repository --- .github/workflows/update-pre-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index f350b7d33..0ed4484f3 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -14,6 +14,7 @@ permissions: jobs: update-pre-commit: + if: ${{ github.repository == 'learning-process/parallel_programming_course' }} runs-on: ubuntu-latest steps: - name: Checkout repository