diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-03 18:45:42 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-03 18:45:42 +0300 |
| commit | e4597b825c0a4109d14e3c6db7105469b093b2a4 (patch) | |
| tree | df35b6816e844d6e12cb73990c7784e54b96e5c8 /.github/workflows/codeql.yml | |
| parent | 8ad5e46ee1c1da69154e47a4d934b2d7f73d1ed2 (diff) | |
| download | vyatta-bash-e4597b825c0a4109d14e3c6db7105469b093b2a4.tar.gz vyatta-bash-e4597b825c0a4109d14e3c6db7105469b093b2a4.zip | |
ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private org)
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
