1
0
Fork 0
OpenTTD/.github
Patric Stout b28b35c239
Fix: [CI] Disable CodeQL TRAP Cache, as it trashes our cache (#13832)
Each cache is ~1GB. And you can only have 10GB of cache. So after
10 runs, our cache is full of trap caches.

The kicker? We don't actually benefit from this cache. It is only
used if you re-run CodeQL over the exact same codebase (without
changes), to quickly re-evaluate the latest CodeQL set. We are
way to active to have any benefit from that, and we don't run
CodeQL on a schedule to ever pick up on the cache.
2025-03-16 11:48:41 +00:00
..
ISSUE_TEMPLATE Change: [GitHub] use an issue form to let people fill in bug report / crashes (#9400) 2021-06-26 13:51:29 +02:00
codeql Codechange: [CodeQL] Disable CodeQL check on trivial switch statements (#10537) 2023-03-26 09:35:44 +02:00
workflows Fix: [CI] Disable CodeQL TRAP Cache, as it trashes our cache (#13832) 2025-03-16 11:48:41 +00:00
FUNDING.yml Add: [GitHub] sponsor button on github.com (#7700) 2019-08-31 21:20:24 +02:00
PULL_REQUEST_TEMPLATE.md Doc: Update documentation how to make commit message (#12046) 2024-02-10 21:01:34 +01:00
changelog.py Fix: Changelog script was broken on markdown changelogs (#13195) 2024-12-25 14:02:34 +00:00
dependabot.yml Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#11880) 2024-01-25 21:10:38 +01:00
script-missing-mode-enforcement.py Change: Allow GS access to ScriptGroup functions 2023-04-17 17:59:16 +02:00
unused-strings.py Cleanup: Remove unused-strings hack for _TINY string variants. 2024-12-08 10:23:52 +00:00