Skip to content

Commit bc3fe72

Browse files
committed
chore(ci): Enable unreleased examples on dev and PRs to dev
1 parent 2ace302 commit bc3fe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: ${{ ! matrix.allow-net }}
7777
- name: Disable unreleased examples
7878
run: touch tests/data/bids-examples/dwi_deriv/.SKIP_VALIDATION
79-
if: github.ref_name != 'dev'
79+
if: github.ref_name != 'dev' && github.base_ref != 'dev'
8080
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
8181
- name: Collect coverage
8282
run: deno coverage cov/ --lcov --output=coverage.lcov

0 commit comments

Comments
 (0)