mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

MAINT: Dont use continue-on-error #1015

Closed larsoner closed 3 weeks ago

larsoner commented 3 weeks ago

continue-on-error: true can lead to "successful" builds that had a failing step when if: always() is used, so just avoid it. Achieve the desired effect of not killing other jobs early with fail-fast: false instead.