teslamate-org / teslamate

A self-hosted data logger for your Tesla 🚘
https://docs.teslamate.org
MIT License
6.04k stars 752 forks source link

ci: nix caches cause the 10GB cache space to be used up quickly, slowing down Github actions #4297

Open JakobLichterfeld opened 1 month ago

JakobLichterfeld commented 1 month ago

image

Introducing the cleanup caches job on merge helped, but was not enough: https://github.com/teslamate-org/teslamate/commit/0dd5ef1076d810e838d6695cba057804475425fa

JakobLichterfeld commented 1 month ago

I do run a gh cache delete --allright now once again as a workaround

JakobLichterfeld commented 3 weeks ago

as of October 21st:

This extension should be removed and replaced with usage of gh cache directly (see: https://github.com/actions/gh-actions-cache)

-->