A few things we should do for CIs:
[skip azp] supportcc @GuillaumeFavelier feel free to take care of 2/3/4 as part of #8514 if you want or we can do it in separate PRs. (1) is really the critical thing to alleviate CI pressure anyway, so maybe best to do that first.
I think we're done here too, feel free to re-open if I missed something.
Closing through https://github.com/mne-tools/mne-python/pull/8533, https://github.com/mne-tools/mne-python/pull/8514/
I think just https://github.com/marketplace/actions/ci-skip-action or something similar. Do you want to try?
I'm on it :)
We might be more interested in the fail-safe version (which is very verbose):
https://github.com/marketplace/actions/ci-skip-action#fail-safe
And AFAIK, only one commit-filter can be used
And AFAIK, only one commit-filter can be used
It seems like it should be easy enough to modify their action to support str or list of str, want to look into that? From my experience it's actually kind of fun to make the actions...
Okay, I'll look into it :+1: