-
Notifications
You must be signed in to change notification settings - Fork 18
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
🚇👌 Exclude dependabot push CI runs #978
🚇👌 Exclude dependabot push CI runs #978
Conversation
2311548
to
4b5e078
Compare
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.5.1 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## main #978 +/- ##
=====================================
Coverage 85.6% 85.6%
=====================================
Files 90 90
Lines 4883 4883
Branches 916 916
=====================================
Hits 4181 4181
Misses 552 552
Partials 150 150 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. No need to waste resources.
Since dependabot opens its branches for PRs on our repo and we require a linear history builds on
push
andpull_request
are the same. And by deactivating the CI for thepush
event on dependabot branches we save time and energy.Change summary
Checklist