Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Disable CodeQL on pull requests. #21956

Closed
wants to merge 7 commits into from
12 changes: 8 additions & 4 deletions tools/devops/automation/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,15 @@ extends:
sourceRepositoriesToScan:
runInSingleJob: true # run both maccore and macios in the same job
include:
- repository: maccore
- repository: maccore
exclude:
- repository: yaml-templates
- repository: sdk-insertions
- repository: macios-adr # macios-adr has it's own build pipeline and should not be included in the source analysis
- repository: yaml-templates
- repository: sdk-insertions
- repository: macios-adr # macios-adr has its own build pipeline and should not be included in the source analysis
codeql:
compiled:
enabled: false
justificationForDisabling: This pipeline is not a production one. Running results in duplicated results.
stages:
- template: templates/main-stage.yml
parameters:
Expand Down
Loading