diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-07-07 14:58:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-07 14:58:01 +0300 |
| commit | 11a056c1160b9e0e0e212ae037fc1fa651cead78 (patch) | |
| tree | 7fee7b1d8610f6a27988a432274a0c1eaee591c5 /.github | |
| parent | db80f4aced0b291f5dd86312c58dee40194428a0 (diff) | |
| parent | e4597b825c0a4109d14e3c6db7105469b093b2a4 (diff) | |
| download | vyatta-bash-rolling.tar.gz vyatta-bash-rolling.zip | |
Merge pull request #45 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 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: |
