ci: reduce push triggering ci actions to just develop and master#2795
ci: reduce push triggering ci actions to just develop and master#2795BenTopping wants to merge 1 commit into
Conversation
|
I would suggest leaving Limber as is? It runs many fewer tests than sequencescape, for a shorter time - meaning that it doesn't block the runners nearly as much? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2795 +/- ##
========================================
Coverage 84.99% 84.99%
========================================
Files 504 504
Lines 20668 20668
Branches 377 377
========================================
Hits 17566 17566
Misses 3099 3099
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I think this still has value by reducing redundant compute / actions. The push actions and pull request are running the same tests (except pull request is based on the merge with the base) so I dont see the need to run both. |
I wouldn't agree that they are redudant, in that they provide different information. A PR can pass for the I'm happy to be overriden on this, but may I suggest we trial with the Sequencescape changes already merged in and see how it goes? |
Okay thats makes sense. The counter argument to that is that we should always be update to date with the base when getting ready to merge which would make pull and push the same. Happy to trial the SS one and see how it goes. |
Changes proposed in this pull request