From 01221afecdd0ffeb70a29d42b1feca3cb11b4762 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:00:33 -0400 Subject: [PATCH] tweak CodeQL settings --- .github/workflows/codeql-analysis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: