diff options
| author | Patrick Lodder <[email protected]> | 2021-07-25 20:42:51 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-07-25 20:45:45 +0200 |
| commit | 3c4b35f3c447d8f0f4b6858f33ad5db93cc7e208 (patch) | |
| tree | 9a937ed0a080992d0276e352b33bfd63f0ef9afb /.github/workflows/codeql-analysis.yml | |
| parent | Merge pull request #2236 from sabotagebeats/fix/issues/2149 (diff) | |
| download | discoin-3c4b35f3c447d8f0f4b6858f33ad5db93cc7e208.tar.xz discoin-3c4b35f3c447d8f0f4b6858f33ad5db93cc7e208.zip | |
[qa] reduce CodeQL triggers to exclude non-compiled code
contrib, doc, share and qa do not compile production code, skip
CodeQL on PRs to save everyone time and GitHub some cpu ticks.
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 067ddf57c..05e718c10 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,6 +13,10 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' + - 'contrib' + - 'doc' + - 'share' + - 'qa' jobs: analyze: |