diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0c32bfce..4ad12e49 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,13 +17,14 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] - schedule: - - cron: '33 12 * * 5' paths-ignore: - '**/*.md' - '**/*.txt' - 'tests/tools/base.py' + schedule: + - cron: '33 12 * * 5' + jobs: analyze: