From cba52d6bd89699428b5f3f07d2b084f6f1e41305 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Sun, 10 Dec 2023 23:05:24 +0200 Subject: [PATCH] Don't execute CodeQL via cron --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7908ed6..0512ae7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,8 +5,6 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] - schedule: - - cron: "24 13 * * 1" jobs: analyze: