diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-24 10:57:04 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-24 14:06:16 +0900 |
| commit | 0714867dbab3e156690bf67db44f3bc69c987d04 (patch) | |
| tree | 692cb140c6e625c9f288f7d83f89675183156147 | |
| parent | f0dda0534be8befd0d6223531f70df8b12ade9cc (diff) | |
codeql-trap cache is growing over 300MB. We should enable to cleanup needless cache from actions/cache
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13165
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 549590dd23..0b731a3506 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,6 +50,7 @@ jobs: env: enable_install_doc: no + CODEQL_ACTION_CLEANUP_TRAP_CACHES: true strategy: fail-fast: false |
