CI: caching: keep-going#2535
Conversation
This solves the `build all` problem when all projects can't infer the consitent package version. Also would allow caching workflow on manual start - to work & cache in a broken or complex PRs.
jneira
left a comment
There was a problem hiding this comment.
yeah we have to build as many deps as possible, thanks!
|
Still a draft, merge it when you consider |
|
Yes. @jneira, the main idea & strength is that PR checks ( But inside the PRs this same property allows building through failing parts of the project configuration like through butter & cache what is possible. |
|
Well. Wanted to investigate how to manually run caching workflow. Long story short - it is only possible from the internal branch (wanted to do a PR to myself in the fork, but found that an additional requirement is that the main branch already has that workflow). |
This solves the
build allproblem when all projects can't infer the consitentpackage version.
Also would allow caching workflow on manual start - to work & cache in a broken
or complex PRs.