Skip to content

Commit

Permalink
chore(ci): Only run CodeQL on Spinnaker repos (#5715)
Browse files Browse the repository at this point in the history
  • Loading branch information
kskewes-sf committed May 19, 2022
1 parent 4687bd9 commit 8bb0d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
analyze:
if: startsWith(github.repository, 'spinnaker/')
name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 8bb0d5a

Please sign in to comment.