-
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 fixes #4967
Conversation
The "Check commit" job fails in pull requests from external users. The easiest fix is to just not run it in pull requests. Since this workflow is about publishing, it makes sense to only run it in `main` (and `edr/release`, for special cases). The downside is that the sanity checks that are performed at the beginning won't run in pull requests, but this seems like an acceptable trade-off for now.
Useful when we want to publish a pre-release and for any reason we don't want to merge it to main.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
See individual commits for the details.
I ran the pre-release workflow on this branch to verify that it works; check the results here.