Skip to content

Commit 97bab95

Browse files
committed
test: Skip volume_timing for legacy validator
1 parent 938aa65 commit 97bab95

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
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
9797
- name: Skip legacy validation for post-legacy datasets
98-
run: for DS in mrs_* dwi_deriv pheno004; do touch $DS/.SKIP_VALIDATION; done
98+
run: for DS in mrs_* dwi_deriv pheno004 volume_timing; do touch $DS/.SKIP_VALIDATION; done
9999
if: matrix.bids-validator == 'legacy'
100100

101101
- name: Skip stable validation for datasets with unreleased validator features

0 commit comments

Comments
 (0)