Skip to content

Commit

Permalink
semver_checks: don't continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Mar 5, 2024
1 parent 5770371 commit 4f04a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
echo "Semver checks exitcode: " $exitcode
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
exit "$exitcode"
continue-on-error: true
semver-pull-request-label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f04a36

Please sign in to comment.