Skip to content

Commit

Permalink
Only validate dw_deriv with schema validator
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 29, 2024
1 parent a24cdc9 commit bb6bff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash

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

Expand Down

0 comments on commit bb6bff4

Please sign in to comment.