-
Notifications
You must be signed in to change notification settings - Fork 62
Run Rust CI only if rust directory is modified #1529
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
base: main
Are you sure you want to change the base?
Run Rust CI only if rust directory is modified #1529
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1529 +/- ##
==========================================
- Coverage 83.50% 83.48% -0.02%
==========================================
Files 428 428
Lines 119410 119410
==========================================
- Hits 99713 99691 -22
- Misses 19163 19185 +22
Partials 534 534
🚀 New features to boost your workflow:
|
|
Unfortunately, my intuition is that this will break due to required checks. Do you have an example from other opentelemetry repos showing that is not the case? |
It should not break. open-telemetry/opentelemetry-dotnet#5023 is when we tried this in .NET by @CodeBlanch ! |
|
(We'll see if it breaks!) |
Avoid running CI checks unnecessarily. Need to validate if this causes any issue with "required check". Hopefully not, as this is a pattern used in other OTel repos too.
Later to be expanded to Go also.