dumb question about the github actions integration...
# general
r
dumb question about the github actions integration: why is caching named-caches a requirement? https://github.com/pantsbuild/actions/blob/main/init-pants/action.yaml
h
It’s not a requirement, but it should speed up your builds. If it doesn’t you can definitely turn it off.
r
There doesn’t seem to be a flag to turn it off though, so wondering if there is some consistency issue that I don’t understand, or it was just never a problem
h
Hm, yeah I guess there is no way to turn that off. There probably should be.