github: Disable TRAP caching for CodeQL workflow
This creates a cache entry of ~590 MB whenever master is built. Not sure if it actually provides any speed up.
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/codeql/config.yml
|
||||
trap-caching: false
|
||||
|
||||
- if: matrix.language == 'python' || matrix.language == 'ruby'
|
||||
name: Autobuild
|
||||
|
||||
Reference in New Issue
Block a user