From 167f84ea7c6e3232e2867afe5148e697f19f31fc Mon Sep 17 00:00:00 2001 From: Caden Kriese <13630061+cadenkriese@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:50:38 -0700 Subject: [PATCH] Turn off codeql chron --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5f00fd3..98fd714 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,8 +11,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main] - schedule: - - cron: '0 23 * * 5' +# schedule: +# - cron: '0 23 * * 5' jobs: analyze: