Skip to content

Commit

Permalink
Finalize CodeQL settings (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 7, 2022
1 parent 7aa602e commit 24f6639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- template: common/sbom.yml # only generate on linux
- template: common/lint.yml
- template: common/test.yml
variables:
Codeql.Enabled: $[in(variables['Build.Reason'], 'Schedule')] # Enable CodeQL only on scheduled builds because it is slow

- job: macOS
pool:
Expand Down

0 comments on commit 24f6639

Please sign in to comment.