From 0618f558c01ec6255204690db796502a7bdd6035 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') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4020b87..2c68992 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,6 +23,7 @@ on: jobs: analyze: name: Analyze + if: github.repository_owner == 'vyos' runs-on: ubuntu-latest permissions: actions: read -- cgit v1.2.3