KitwareMedical / ITKUltrasound

ITK module with classes particularly useful for ultrasound.
http://www.insight-journal.org/browse/publication/722
Apache License 2.0
51 stars 22 forks source link

ENH: Remove PR notebook checks #206

Closed tbirdso closed 2 years ago

tbirdso commented 2 years ago

Notebook checks always run with the most recent itk-ultrasound PyPI package release and do not reflect individual PR changes. This updates the notebook workflow to only run on commits in the master branch to reduce confusion.

Addresses #177. Reference discussion at https://github.community/t/trigger-workflow-only-on-pull-request-merge/17359 .