Skip to content

Commit 90db825

Browse files
authored
Skip validation in legacy and stable validators
1 parent c0fdd7d commit 90db825

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
@@ -119,7 +119,7 @@ jobs:
119119
- name: Skip main validation for datasets with unreleased spec features
120120
# Replace ${EMPTY} with dataset patterns, when this is needed
121121
# Reset to "for DS in ${EMPTY}; ..." after a spec release
122-
run: for DS in dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
122+
run: for DS in emg_*; do touch $DS/.SKIP_VALIDATION; done
123123
if: matrix.bids-validator != 'dev'
124124

125125
- name: Set BIDS_SCHEMA variable for dev version

0 commit comments

Comments
 (0)