-
Notifications
You must be signed in to change notification settings - Fork 114
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
Save minutes by avoiding duplicate test runs #515
Save minutes by avoiding duplicate test runs #515
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #515 +/- ##
=====================================
Coverage 98.9% 98.9%
=====================================
Files 44 44
Lines 4804 4804
=====================================
Hits 4754 4754
Misses 50 50 |
Some notes for this and the parallel PRs iiasa/message_ix#785, iiasa/message-ix-models#150, iiasa/message_data#527:
|
8b2396c
to
fb12ce0
Compare
fb12ce0
to
c3a7153
Compare
@glatterf42 should we merge this? Anything else to be done? |
I think it's good to go :) |
This PR removes the trigger for CI runs on pushed to main to avoid duplicate test runs. This avoids duplicate runs.
In order for this to work properly, we should make sure that
We might also want to
All of which can be done via the settings -> branches.
For now, we require the py3.12 checks for macos, ubuntu, and windows to be successful.
How to review
PR checklist
[ ] Add or expand tests; coverage checks both ✅Just changing how often tests are run.[ ] Add, expand, or update documentation.Just changing how often tests are run.[ ] Update release notes.Just changing how often tests are run.