Full builds currently only run on git tag, which results in those build caches not being used by subsequent tags, since caches are scoped per-branch (or fall back to the main branch). This is pretty annoying, as far as I can tell we'd have to actually run builds on the main branch to make proper use of caching with tags here.
https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#restrictions-for-accessing-a-cache
Full builds currently only run on git tag, which results in those build caches not being used by subsequent tags, since caches are scoped per-branch (or fall back to the main branch). This is pretty annoying, as far as I can tell we'd have to actually run builds on the main branch to make proper use of caching with tags here.
https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#restrictions-for-accessing-a-cache