Skip to content

Commit

Permalink
[ci] Disable CodeQL on secondary repos
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Portnov <vladimir.portnov@flant.com>
  • Loading branch information
Taior committed Jan 20, 2025
1 parent 2474872 commit 94c60c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support


if: ${{ github.repository == 'deckhouse/deckhouse' }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 94c60c8

Please sign in to comment.