Skip to content

Commit

Permalink
[CI] remove CodeQL settings from yml files (#25660) (#25745)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan Xu <[email protected]>
  • Loading branch information
VeryEarly and YanaXu authored Aug 6, 2024
1 parent 154176f commit df74cff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/daily-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Please don't use ADO UI defined scheduled triggers because it takes precedence over YAML scheduled triggers.
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers
variables:
Codeql.Enabled: false
today: $(Get-Date -Format yyyyMMddhhmmss)

schedules:
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ variables:
ArtifactsName: LiveTestArtifacts
DataLocation: $(Pipeline.Workspace)/$(ArtifactsName)
SuppressAzurePowerShellBreakingChangeWarnings: true
Codeql.Enabled: false

schedules:
- cron: "0 19 * * *"
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ parameters:
variables:
EnableTestCoverage: true
TestCoverageLocation: $(Pipeline.Workspace)/artifacts
Codeql.Enabled: false

pr: none
trigger: none
Expand Down

0 comments on commit df74cff

Please sign in to comment.