From 0ef89847671e6c3fbcd2220bbebcd23da6f1b363 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Wed, 2 Oct 2024 11:29:55 -0400 Subject: [PATCH] Remove schedule CodeQL run (#2581) This fails for me every day for some reason (starting about a month ago). The same commit went through the workflow fine when the action was triggered by a push. I think there's no reason for us to have a cron run as the changes to the master branch can only come from commit pushes. --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f69a947f3ea..85cebe19377 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,8 +6,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ 'master' ] - schedule: - - cron: '24 4 * * *' jobs: analyze: