-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ci(v3): improve usage of github actions cache #5563
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
f38221b
to
b7f48f2
Compare
ff7ee72
to
cc5437e
Compare
cc5437e
to
fafd05e
Compare
This PR is a subset of #5301 and, unlike the original, it targets the
v-next
branch.In this PR, I split the population of the GitHub Actions cache from its' usage. I do this by adding a new workflow responsible only for generating new GitHub Actions cache entries on changes to the pnpm lockfiles and updating all the other workflows to only read from the cache rather than reading and writing to it. Additionally, I create a helper action which abstracts away environment setup (installation of node, pnpm and cache setup).