-
Notifications
You must be signed in to change notification settings - Fork 25
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
👷 Run CI only when necessary #73
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
=======================================
Coverage 93.08% 93.09%
=======================================
Files 45 45
Lines 5163 5184 +21
=======================================
+ Hits 4806 4826 +20
- Misses 357 358 +1
Continue to review full report at Codecov.
|
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
This PR adapts the CI workflows such that they are only run when files have changed which could affect their outcome. Thereby, less time should be spent running redundant CIs.