From e4597b825c0a4109d14e3c6db7105469b093b2a4 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Fri, 3 Jul 2026 18:45:42 +0300 Subject: ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private org) --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b687b41..f904b8c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,6 +30,7 @@ permissions: jobs: codeql-analysis-call: + if: github.repository_owner == 'vyos' uses: vyos/.github/.github/workflows/codeql-analysis.yml@production secrets: inherit with: -- cgit v1.2.3