Skip to content

Commit

Permalink
Set return 1 instead of 0
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Sep 20, 2024
1 parent b8e6900 commit 211766f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,5 @@ jobs:
if [ $? -ne 0 ]; then
echo "Generation has not been done on this PR. Did you run 'make generate-all' before sending the PR? See changes below:"
git --no-pager diff
exit 1
return 1
fi
exit 0

0 comments on commit 211766f

Please sign in to comment.