Skip to content

Commit

Permalink
Disable CodeQL in new test jobs (#23654)
Browse files Browse the repository at this point in the history
We already run CodeQL in the main build job, so we don't need to run it
again on test jobs.
  • Loading branch information
dannimad authored Jan 25, 2025
1 parent 472f93a commit ec5f945
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/pipelines/templates/build-npm-client-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ extends:
- name: absolutePathToTelemetryGenerator
value: $(Build.SourcesDirectory)/tools/telemetry-generator
readonly: true
# We already run CodeQL in the main build job, so we don't need to run it again here.
- name: DisableCodeQL
value: true
steps:
# Setup
- checkout: self
Expand Down Expand Up @@ -706,6 +709,9 @@ extends:
- name: absolutePathToTelemetryGenerator
value: $(Build.SourcesDirectory)/tools/telemetry-generator
readonly: true
# We already run CodeQL in the main build job, so we don't need to run it again here.
- name: DisableCodeQL
value: true
steps:
# Setup
- checkout: self
Expand Down

0 comments on commit ec5f945

Please sign in to comment.