Skip to content

Commit a34258d

Browse files
authored
ci: fix test workflow (#357)
1 parent 116d7d6 commit a34258d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Exit if no relevant changes
6262
if: steps.check_diff_type.outputs.should_run != 'true'
63-
run: exit 1
63+
run: exit 0
6464

6565
- name: Build src
6666
run: pnpm run build:min

0 commit comments

Comments
 (0)