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:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
config-file: ./.github/codeql/config.yml
|
config-file: ./.github/codeql/config.yml
|
||||||
|
trap-caching: false
|
||||||
|
|
||||||
- if: matrix.language == 'python' || matrix.language == 'ruby'
|
- if: matrix.language == 'python' || matrix.language == 'ruby'
|
||||||
name: Autobuild
|
name: Autobuild
|
||||||
|
|||||||
Reference in New Issue
Block a user