-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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): update GitHub actions and review workflow triggers #5559
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
7b12589
to
fe5b249
Compare
|
Yes, we don't expect the e2e tests to run on
I think for this kind of change, this makes sense. We don't have many of situations like this, luckily. |
Actually, after looking at your other PRs, I'd say that it depends on what we are targeting. If the change is meant to go to We periodically merge |
fe5b249
to
d0a047a
Compare
That's fantastic! In that case, I split this PR into this one which targets
Thanks! I restored the |
This PR is a subset of #5301 and, unlike the original, it targets the
v-next
branch.In this PR, I update GitHub actions to the latest versions. I reviewed the changelogs to ensure there are no breaking changes announcements that would affect us.
I also reviewed the workflow triggers to ensure we don't use invalid syntax (e.g.
$default-branch
) and that we use them consistently.I will propose improvements to the caching setup and work deduplication in separate PRs to minimise the diffs.