Skip to content

Commit 8632592

Browse files
committed
semver_checks: don't continue on error
1 parent a5ad700 commit 8632592

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/semver_checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
7373
echo "Semver checks exitcode: " $exitcode
7474
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
75-
exit "$exitcode"
76-
continue-on-error: true
7775
7876
semver-pull-request-label:
7977
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)