-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: conditional checks depending on source code changes #9731
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This appears to be doing what I want, but it's hard to tell if the integrations/Rust tests are running because there are changes in |
### Description I failed to wrap these conditionals with curlies in #9731.
Description
We're running every check for every PR, and it's making us slower, particularly when the longest tests run for a docs change. This PR is to make sure we only run what we need.