From 155861581817cdb02ec2470ab33fdeee128a5f23 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 2 Nov 2022 13:30:02 +0100 Subject: [github-actions] CodeQL: No need for scheduled run since it runs on every push --- .github/workflows/codeql-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e38ee6e..42fc5d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,8 +11,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [master] - schedule: - - cron: '0 6 * * 4' jobs: analyze: -- cgit v1.1-32-gdbae