Skip to content
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

Merged
merged 14 commits into from
Jan 23, 2025
Merged

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Jan 21, 2025

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.

Copy link

vercel bot commented Jan 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 8:38pm

@anthonyshew
Copy link
Contributor Author

anthonyshew commented Jan 23, 2025

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 .github/**. I expect that on our future PRs to example/docs, that these won't run, but it's difficult to tell right now. I'm prepared to iterate since I'm about to be working on examples next, and will find out pretty quick if this is working how I want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants