We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116d7d6 commit a34258dCopy full SHA for a34258d
1 file changed
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Exit if no relevant changes
62
if: steps.check_diff_type.outputs.should_run != 'true'
63
- run: exit 1
+ run: exit 0
64
65
- name: Build src
66
run: pnpm run build:min
0 commit comments