DeterminateSystems / magic-nix-cache-action

Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.
MIT License
389 stars 15 forks source link

Clean Up Cache Entries #93

Open h3h opened 3 weeks ago

h3h commented 3 weeks ago

Similar to #31 perhaps, but I noticed that MNC really cluttered up my GitHub Actions Caches.

When opening the Caches view in GitHub (organizations/<org>/settings/actions/caches), there were ~100 entries of long alphanumeric strings, none of which are useful or intelligible from a cache management standpoint, and which are also tedious to delete if one wants to force purge the caches.

Could all caches be combined into a single entry in GitHub’s Caches, with a customizable name?