Skip to content

Commit a8b74af

Browse files
committed
chore(ci): Disable dwi_deriv on main branch
1 parent 06f50b7 commit a8b74af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deno_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Disable example that requires network access
6161
run: touch tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION
6262
if: ${{ ! matrix.allow-net }}
63+
- name: Disable unreleased examples
64+
run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION
65+
if: github.ref_name != 'dev'
6366
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
6467
- name: Collect coverage
6568
run: deno coverage cov/ --lcov --output=coverage.lcov

0 commit comments

Comments
 (0)