Cache entry that won't expire? #570
Unanswered
TheChilliPL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I was thinking of making a GitHub Action to check the binary compatibility of an API of something written in Kotlin (using Kotlin Compatibility Validator) and to that, I'd like to store a folder in the cache to compare the current API with. The problem is that normally, the cache can expire and that'd break it.
Is there any way to stop the entry from getting expired?
Beta Was this translation helpful? Give feedback.
All reactions