-
Notifications
You must be signed in to change notification settings - Fork 567
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
Add cache-save: false
option
#762
base: main
Are you sure you want to change the base?
Conversation
346329c
to
59d62e4
Compare
59d62e4
to
8f0a0b0
Compare
Rebased on v5. @dmitry-shibanov Could you review this, please? |
Could someone please take an action for this PR and release a new version? 🙏 |
@akx can you request review from the maintainers here? @priya-kinthali @aparnajyothi-y @HarithaVattikuti |
@ozancaglayan As an external, I have no option to request a reviewer. GitHub does say "actions/setup-actions-team was requested for review"... |
Also remove setup-python caching hacks. Refs: actions/setup-python#807 actions/setup-python#762 actions/setup-python#751 Reverts: 662a971 89d73b1 e8ef6db f65666c
Hello Everyone, Thank you for your contribution with this PR. We truly appreciate your understanding and patience, and we encourage you to continue sharing any further thoughts or suggestions you may have. |
Description
This PR adds a new
cache-save: false
option to opt out of saving the cache. As described in the documentation:Related issue
I only found the related issue after implementing this: #751.
Check list