Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to disable caching completely #232

Closed
shahar-h opened this issue May 10, 2021 · 0 comments · Fixed by #351
Closed

Allow to disable caching completely #232

shahar-h opened this issue May 10, 2021 · 0 comments · Fixed by #351

Comments

@shahar-h
Copy link

shahar-h commented May 10, 2021

We are using this action in GHES with self hosted runner environment, so GitHub caching is not supported and we get the following warning at the end of the build:
image
It would be great if cache can be disabled completely. Currently there is an option to skip build cache and pkg cache, but still there is an attempt to restore lint cache directory:

const dirs = [getLintCacheDir()]

Maybe support also something like skip-lint-cache?
A better approach would be auto skip all caches in case GHES is detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants