Q. When applying caching to Pants with GitHub Acti...
# general
r
Q. When applying caching to Pants with GitHub Actions, is it enough to set the cache key as
${{ runner.os }}-
only as the doc/example suggests? The workflow log always says that "it is not saving the cache because the cache is hit", meaning that any newly updated contents would not reside inside the cache.