Skip to content

Commit 1672110

Browse files
committed
Turn off CodeQL TRAP caching
It was using up the GitHub actions caching quota of 10GB
1 parent f98d5fc commit 1672110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: github/codeql-action/init@v3
6060
with:
6161
languages: ${{ matrix.language }}
62+
trap-caching: false
6263

6364
- name: Build kitty
6465
if: matrix.language == 'c' || matrix.language == 'go'

0 commit comments

Comments
 (0)