From e2c7abb9252b4456ace278ac69fe881831261d6e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 3 Aug 2022 18:38:46 -0300 Subject: ci: ignore firecfg.config in the codeql workflow Ignore the following file: - src/firecfg/firecfg.config To avoid running CodeQL when only adding a new profile. Note: This is already ignored on .github/workflows/build-extra.yml since commit 23ea15fd7 ("Add some more paths-ignore to build-extra.yml", 2021-04-24). Misc: I noticed this on #5289. --- .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 b374b976c..1c6d5e5e3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,6 +22,7 @@ on: - README.md - RELNOTES - SECURITY.md + - src/firecfg/firecfg.config pull_request: # The branches below must be a subset of the branches above branches: [ master ] @@ -39,6 +40,7 @@ on: - README.md - RELNOTES - SECURITY.md + - src/firecfg/firecfg.config schedule: - cron: '0 7 * * 2' -- cgit v1.2.3-70-g09d2