diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a2d42089..0c32bfce 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,6 +19,11 @@ on: branches: [ "master" ] schedule: - cron: '33 12 * * 5' + paths-ignore: + - '**/*.md' + - '**/*.txt' + - 'tests/tools/base.py' + jobs: analyze: