Skip to content

Commit f40d4de

Browse files
authored
Merge pull request #2177 from effigies/ci/skip-dwi-derivs
CI: Skip legacy validation of dwi_deriv example
2 parents 8f3519b + cfda596 commit f40d4de

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)