diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-07-07 14:59:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-07 14:59:00 +0300 |
| commit | 7f8beb2bf466436c44a79dcd932c40656a3f4332 (patch) | |
| tree | d3db495b3a863de5a5cdedb1f575a6de203ccb72 /.github | |
| parent | 116d97967af762801190c3dfc90255d3cada2840 (diff) | |
| parent | 93958b9bcd44be6ebbe63fad6a92c5040f63458c (diff) | |
| download | vyatta-cfg-rolling.tar.gz vyatta-cfg-rolling.zip | |
Merge pull request #151 from vyos/claude/t9047-codeql-guardrolling
ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private org)
Diffstat (limited to '.github')
| -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 4d86589..9f83747 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: |
