We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fdd7d commit 90db825Copy full SHA for 90db825
.github/workflows/validate_datasets.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Skip main validation for datasets with unreleased spec features
120
# Replace ${EMPTY} with dataset patterns, when this is needed
121
# Reset to "for DS in ${EMPTY}; ..." after a spec release
122
- run: for DS in dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
+ run: for DS in emg_*; do touch $DS/.SKIP_VALIDATION; done
123
if: matrix.bids-validator != 'dev'
124
125
- name: Set BIDS_SCHEMA variable for dev version
0 commit comments