Skip to content

Commit

Permalink
CI: Skip legacy validation of dwi_deriv example
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 25, 2024
1 parent 8f3519b commit cfda596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-bids-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfda596

Please sign in to comment.