We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15df3e2 commit dd54571Copy full SHA for dd54571
.github/workflows/validate_datasets.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Skip main validation for datasets with unreleased spec features
149
# Replace ${EMPTY} with dataset patterns, when this is needed
150
# Reset to "for DS in ${EMPTY}; ..." after a spec release
151
- run: for DS in eyetracking_* atlas-* emg_*; do touch $DS/.SKIP_VALIDATION; done
+ run: for DS in ${EMPTY}; do touch $DS/.SKIP_VALIDATION; done
152
if: matrix.bids-validator != 'dev'
153
154
- name: Set BIDS_SCHEMA variable for dev version
0 commit comments