Skip to content

Commit cfda596

Browse files
committed
CI: Skip legacy validation of dwi_deriv example
1 parent 8f3519b commit cfda596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-bids-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Ignore examples not supported by legacy validator
6161
run: |
62-
for DS in bids-examples/mrs_*; do
62+
for DS in bids-examples/mrs_* bids-examples/dwi_deriv; do
6363
touch $DS/.SKIP_VALIDATION
6464
done
6565

0 commit comments

Comments
 (0)