Closed ennerf closed 1 year ago
You could just remove the "load cache" step from a local copy of the action I guess. We don't use GH Actions ourselves much so I'm not sure if there's a button or command to clear the cache. You can control how big Conveyor will let its own cache grow with the --cache-limit
flag.
I recently migrated to building with the Github action, but after a few builds the cache is already ~7GB and adds multiple minutes to the build. It'd be faster to just rebuild everything.
On the post action I even get an error that there is no more space left on the device
Is there a way to disable the Github cache entirely? would an empty cache key do it?