From 40ec15d25dd274d438d629e0dd612951f7a393df Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Sat, 6 Jul 2024 09:40:01 -0700 Subject: [PATCH] No legacy CodeQL on the default branch --- .github/workflows/codeql-legacy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql-legacy.yml b/.github/workflows/codeql-legacy.yml index 16fa2642..6911a6ed 100644 --- a/.github/workflows/codeql-legacy.yml +++ b/.github/workflows/codeql-legacy.yml @@ -3,8 +3,6 @@ name: "CodeQL Legacy" on: push: branches: [ "1.0", "2.0", "2.1", "2.2", "2.3", "2.4", "2.4.1", "2.4.2", "3.0", "3.0.1", "3.1" ] - schedule: - - cron: "42 11 * * 6" jobs: analyze: