Skip to content

🔧 🕙 ci: Fix overriding caches

JWF requested to merge change/ci-caching into master

It appears that when one cache is uploaded from my jobs, it replaces a previous cache from another step. This is mildly annoying. So, to fix that, this uses keys for the caches that should separate them more clearly. All jobs should complete more quickly now.

Merge request reports