Skip to content

Commit

Permalink
SPMI: Disable CodeQL in superpmi-collect pipeline (#92872)
Browse files Browse the repository at this point in the history
This weekend's runs hit a bunch of timeouts due to auto-injected CodeQL.
  • Loading branch information
jakobbotsch authored Oct 3, 2023
1 parent 087ee5d commit b93d9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/coreclr/superpmi-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ trigger:
# and should not be triggerable from a PR.
pr: none

variables:
# disable CodeQL here, we have a separate pipeline for it
- name: Codeql.Enabled
value: False

schedules:
- cron: "0 17 * * 0"
displayName: Sun at 9:00 AM (UTC-8:00)
Expand Down

0 comments on commit b93d9b4

Please sign in to comment.