1
0
Fork 0
OpenTTD/.github/workflows
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
..
ci-build.yml Change: [CI] Temporarily force ubuntu-24.04 runner for linux workflow 2024-10-14 00:53:47 +02:00
ci-emscripten.yml Doc: cross-reference Emscripten version number locations 2025-02-02 09:26:12 +01:00
ci-linux.yml Add: Support sound effects in Ogg Opus format. 2024-12-06 18:41:35 +00:00
ci-macos.yml Change: [CI] Use xxx-latest runners for all workflows 2024-10-14 00:53:47 +02:00
ci-mingw.yml Fix 560ee2442d: MinGW package is -libogg, not -ogg. (#13152) 2024-12-07 11:03:29 +00:00
ci-nightly.yml Codefix c0edbe0d37: [CI] Invalid `needs` in ci-nightly (#13301) 2025-01-10 22:38:39 +01:00
ci-windows.yml Cleanup: [CI] Remove 'os' input for windows workflow 2024-10-14 00:53:47 +02:00
codeql.yml Fix: [CI] Disable CodeQL TRAP Cache, as it trashes our cache (#13832) 2025-03-16 11:48:41 +00:00
commit-checker.yml Upgrade: [CI] bump the actions group with 9 updates (#11881) 2024-01-25 21:22:33 +00:00
preview-build.yml Codefix 3e747397f0: Also upgrade preview workflow (#13438) 2025-02-02 13:39:33 +01:00
preview.yml Codefix: allow preview label on PRs against release branches too (#12310) 2024-03-16 16:49:03 +01:00
rebase-checker.yml Codechange: add automation for (re)setting the 'work: needs rebase' label on PRs 2025-02-09 14:44:13 +01:00
release-docs.yml Change: [CI] Use xxx-latest runners for all workflows 2024-10-14 00:53:47 +02:00
release-linux.yml Codechange: [CI] use "cargo install --locked" to use pinned dependency versions (#12243) 2024-03-09 11:42:09 +00:00
release-macos.yml Change: [CI] Use xxx-latest runners for all workflows 2024-10-14 00:53:47 +02:00
release-source.yml Fix: [CI] also generate a changelog for nightlies (#13197) 2024-12-26 10:19:45 +00:00
release-windows-store.yml Upgrade: [CI] bump the actions group with 9 updates (#11881) 2024-01-25 21:22:33 +00:00
release-windows.yml Change: [CI] Use Azure Code Signing for Windows build 2024-03-19 23:12:36 +00:00
release.yml Remove: [CI] Linux Legacy support (#11882) 2024-01-25 23:24:43 +01:00
script-missing-mode-enforcement.yml Upgrade: [CI] bump the actions group with 9 updates (#11881) 2024-01-25 21:22:33 +00:00
unused-strings.yml Upgrade: [CI] bump the actions group with 9 updates (#11881) 2024-01-25 21:22:33 +00:00
upload-cdn.yml Fix 62d7d92a: [CI] tibdex/github-app-token's syntax changed with v2 (#11893) 2024-01-27 14:50:14 +00:00
upload-gog.yml Change: [CI] Use xxx-latest runners for all workflows 2024-10-14 00:53:47 +02:00
upload-steam.yml Change: [CI] Use xxx-latest runners for all workflows 2024-10-14 00:53:47 +02:00