diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9a3bd42f..0120e754 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,12 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ master ] + paths-ignore: + - '**/*.md' + - '**/*.tf' + - 'example/*' schedule: - - cron: '25 15 * * 3' + - cron: '30 9 * * 6' jobs: analyze: