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: