From c9b92e41cd6ba072f3fbe47d8ea38ae2213db46f Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 3 Feb 2023 20:58:17 +0100 Subject: [PATCH] code-analysis workflow --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 33230ea33..8ede28c3d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ on: # The branches below must be a subset of the branches above branches: [ "master" ] schedule: - - cron: '32 9 * * 1,15' # This cron job will run at 9:32 AM on the 1st and 15th day of every month. + - cron: '32 9 * * 1' # This cron job will run at 9:32 AM every week on Monday jobs: analyze: