From 14f1e58df150bb4510fe4934a1fc2e2ee44492a2 Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Mon, 2 Oct 2023 11:12:58 +0200 Subject: [PATCH] SPMI: Disable CodeQL in superpmi-collect pipeline This weekend's runs hit a bunch of timeouts due to auto-injected CodeQL. --- eng/pipelines/coreclr/superpmi-collect.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/pipelines/coreclr/superpmi-collect.yml b/eng/pipelines/coreclr/superpmi-collect.yml index 0ebf400f83cc6c..820d8f1a531f26 100644 --- a/eng/pipelines/coreclr/superpmi-collect.yml +++ b/eng/pipelines/coreclr/superpmi-collect.yml @@ -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)