chore(ci): Split pre-release tests into cron job#1466
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1466 +/- ##
==========================================
- Coverage 95.42% 95.41% -0.01%
==========================================
Files 209 209
Lines 29822 29822
Branches 4483 4483
==========================================
- Hits 28457 28455 -2
- Misses 930 931 +1
- Partials 435 436 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Writing down what was talked about in person. Scheduled workflow only notify some maintainers so may be good to open an issue when the workflow fails (we do that on nilearn). See https://docs.github.com/en/actions/concepts/workflows-and-actions/notifications-for-workflow-runs
|
|
Adding some notes for from nilearn for reference:
@Remi-Gau I plan to understand what you did and include it here, but if you get inspired and I haven't gotten around to it, feel free to push to this branch. |
Done |
|
Thanks! |
This splits pre-release tests into a cron job instead of on every PR/commit. It hasn't happened lately on this repository, but these tests are distracting for PRs that are unrelated.
This sets up the
ci/prereleasebranch to allow triggering these tests intentionally during a PR (such as this one).@Remi-Gau If you wouldn't mind having a quick look, I would appreciate it.