Skip to content

Commit

Permalink
Merge pull request #2177 from effigies/ci/skip-dwi-derivs
Browse files Browse the repository at this point in the history
CI: Skip legacy validation of dwi_deriv example
  • Loading branch information
effigies authored Oct 25, 2024
2 parents 8f3519b + cfda596 commit f40d4de
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 f40d4de

Please sign in to comment.