Skip to content

Commit b93d9b4

Browse files
authored
SPMI: Disable CodeQL in superpmi-collect pipeline (#92872)
This weekend's runs hit a bunch of timeouts due to auto-injected CodeQL.
1 parent 087ee5d commit b93d9b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/pipelines/coreclr/superpmi-collect.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ trigger:
1515
# and should not be triggerable from a PR.
1616
pr: none
1717

18+
variables:
19+
# disable CodeQL here, we have a separate pipeline for it
20+
- name: Codeql.Enabled
21+
value: False
22+
1823
schedules:
1924
- cron: "0 17 * * 0"
2025
displayName: Sun at 9:00 AM (UTC-8:00)

0 commit comments

Comments
 (0)