From 1019493ab00df0b8b48f28673ed8b4e32d4905f3 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 28 Dec 2025 21:35:56 +0100 Subject: [PATCH] [CI] Execute CodeQL analysis only in the template repository --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 105d2b86..c343e9b3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,6 +12,7 @@ jobs: analyze: name: Analyze runs-on: ubuntu-24.04 + if: ${{ github.repository == 'learning-process/parallel_programming_course' }} permissions: actions: read contents: read