aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-03 18:38:46 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-24 19:22:38 -0300
commite2c7abb9252b4456ace278ac69fe881831261d6e (patch)
tree04fd60596b28136a64c3005866c7e2a956841522 /.github
parentci: ignore codeql workflow file in other workflows (diff)
downloadfirejail-e2c7abb9252b4456ace278ac69fe881831261d6e.tar.gz
firejail-e2c7abb9252b4456ace278ac69fe881831261d6e.tar.zst
firejail-e2c7abb9252b4456ace278ac69fe881831261d6e.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 2 insertions, 0 deletions
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:
22 - README.md 22 - README.md
23 - RELNOTES 23 - RELNOTES
24 - SECURITY.md 24 - SECURITY.md
25 - src/firecfg/firecfg.config
25 pull_request: 26 pull_request:
26 # The branches below must be a subset of the branches above 27 # The branches below must be a subset of the branches above
27 branches: [ master ] 28 branches: [ master ]
@@ -39,6 +40,7 @@ on:
39 - README.md 40 - README.md
40 - RELNOTES 41 - RELNOTES
41 - SECURITY.md 42 - SECURITY.md
43 - src/firecfg/firecfg.config
42 schedule: 44 schedule:
43 - cron: '0 7 * * 2' 45 - cron: '0 7 * * 2'
44 46