Skip to content

Commit bb6bff4

Browse files
committed
Only validate dw_deriv with schema validator
1 parent a24cdc9 commit bb6bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
shell: bash
100100

101101
- name: Skip MRS validation for legacy validator
102-
run: for DS in mrs_*; do touch $DS/.SKIP_VALIDATION; done
102+
run: for DS in mrs_* dwi_deriv; do touch $DS/.SKIP_VALIDATION; done
103103
if: "matrix.bids-validator != 'master-deno'"
104104
shell: bash
105105

0 commit comments

Comments
 (0)