Skip to content

Commit c299037

Browse files
authored
Finalize CodeQL settings (#397)
1 parent 50e000f commit c299037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- template: common/sbom.yml # Only generate on linux
2424
- template: common/lint.yml
2525
- template: common/test.yml
26+
variables:
27+
Codeql.Enabled: $[in(variables['Build.Reason'], 'Schedule')] # Enable CodeQL only on scheduled builds because it is slow
2628

2729
- job: macOS
2830
pool:

0 commit comments

Comments
 (0)