Skip to content

Commit ec5f945

Browse files
authored
Disable CodeQL in new test jobs (#23654)
We already run CodeQL in the main build job, so we don't need to run it again on test jobs.
1 parent 472f93a commit ec5f945

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/pipelines/templates/build-npm-client-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@ extends:
559559
- name: absolutePathToTelemetryGenerator
560560
value: $(Build.SourcesDirectory)/tools/telemetry-generator
561561
readonly: true
562+
# We already run CodeQL in the main build job, so we don't need to run it again here.
563+
- name: DisableCodeQL
564+
value: true
562565
steps:
563566
# Setup
564567
- checkout: self
@@ -706,6 +709,9 @@ extends:
706709
- name: absolutePathToTelemetryGenerator
707710
value: $(Build.SourcesDirectory)/tools/telemetry-generator
708711
readonly: true
712+
# We already run CodeQL in the main build job, so we don't need to run it again here.
713+
- name: DisableCodeQL
714+
value: true
709715
steps:
710716
# Setup
711717
- checkout: self

0 commit comments

Comments
 (0)