From f817d213fd9337d729b457d019a4e6343f48c925 Mon Sep 17 00:00:00 2001 From: elraro Date: Sun, 1 Oct 2023 16:46:00 +0200 Subject: [PATCH] Removed schedule from CodeQL --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f47d6d5..0353a4a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,8 +17,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] - schedule: - - cron: '32 4 * * 3' jobs: analyze: