From a2356faf921be390bd19fabc94b703065a841d95 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 1 Dec 2020 06:24:23 -0500 Subject: [PATCH] build: remove schedule for codeql --- .github/workflows/codeql-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ddd905c6..4bc65dcc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,10 +4,7 @@ on: push: branches: [ master ] pull_request: - # The branches below must be a subset of the branches above branches: [ master ] - schedule: - - cron: '24 13 * * 1' jobs: analyze: