Skip to content

Commit dd54571

Browse files
authored
chore: Remove exclusions for new datasets (#540)
1 parent 15df3e2 commit dd54571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Skip main validation for datasets with unreleased spec features
149149
# Replace ${EMPTY} with dataset patterns, when this is needed
150150
# Reset to "for DS in ${EMPTY}; ..." after a spec release
151-
run: for DS in eyetracking_* atlas-* emg_*; do touch $DS/.SKIP_VALIDATION; done
151+
run: for DS in ${EMPTY}; do touch $DS/.SKIP_VALIDATION; done
152152
if: matrix.bids-validator != 'dev'
153153

154154
- name: Set BIDS_SCHEMA variable for dev version

0 commit comments

Comments
 (0)