Skip to content

Commit 8c9f478

Browse files
committed
ci: Use continue on error
1 parent bbf2afb commit 8c9f478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
# expected.
4848
- name: Compare Directories
4949
id: diff
50+
continue-on-error: true
5051
run: |
5152
if [ "$(git diff --ignore-space-at-eol --text dist/ | wc -l)" -gt "0" ]; then
5253
echo "Detected uncommitted changes after build. See status below:"

0 commit comments

Comments
 (0)