diff --git a/.github/workflows/test-bids-examples.yml b/.github/workflows/test-bids-examples.yml index 496a9d5aa..15b922cc6 100644 --- a/.github/workflows/test-bids-examples.yml +++ b/.github/workflows/test-bids-examples.yml @@ -59,7 +59,7 @@ jobs: - name: Ignore examples not supported by legacy validator run: | - for DS in bids-examples/mrs_*; do + for DS in bids-examples/mrs_* bids-examples/dwi_deriv; do touch $DS/.SKIP_VALIDATION done