-
Notifications
You must be signed in to change notification settings - Fork 24
Support ignoring job and matrix jobs as part of cache key #512
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
Conversation
|
Nice idea! Not sure what the error we get on CI means… |
|
Hm 🤔 Looks like |
|
https://github.com/actions/toolkit/pull/725/files
|
|
My mistake, default values should be in |
5df7bf1 to
62d6d3c
Compare
62d6d3c to
8db59d6
Compare
|
@alexarchambault Can you approve this to run GitHub Actions to test my changes? 🙏 |
|
Hi, @alexarchambault! |
|
@alexarchambault can you have a look at this pull request? Thanks! |
alexarchambault
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@alexarchambault A new release would be nice as well 😉 thanks! |
|
Thanks @alexarchambault! |
Hi, @alexarchambault!
This feature will be very useful for us in Playframework. We have about 15 pair (coursier + ivy) very similar cache entries per build (summary more then 20Gb). But in fact we need only one pair of them about 1.4Gb.
It can give us ability don't exceed a GitHub Actions Cache size limit (10Gb).
PS: Changes is very simple, but I don't know how to test it. Sorry, TS isn't my skill 🤷♂️