Skip to content

Commit

Permalink
Finalize CodeQL settings (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 7, 2022
1 parent 7c2b739 commit 6df5386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .CodeQL.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- template: common/package.yml
- template: common/sbom.yml # only generate on linux
- template: common/lint.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 6df5386

Please sign in to comment.