From 86dcb54e4aa64a28b0ec84000b7aa81f95392958 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 2 Apr 2022 16:24:02 +1100 Subject: [PATCH] ci: skip internal/configuration/config.template.yml (#3095) --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7d8d74d72..afbc211a7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,6 +35,7 @@ on: - 'Dockerfile' - 'Dockerfile.*' - 'LICENSE' + - 'internal/configuration/config.template.yml' pull_request: # The branches below must be a subset of the branches above branches: @@ -56,6 +57,7 @@ on: - 'Dockerfile' - 'Dockerfile.*' - 'LICENSE' + - 'internal/configuration/config.template.yml' schedule: - cron: '25 13 * * 3'