Skip to content

Commit 807ed97

Browse files
committed
return instead of exit?
1 parent 0290996 commit 807ed97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
if [ "$RIGHT" -gt 0 ]; then
149149
echo "Error: master is ahead of develop by $RIGHT commits"
150150
echo "Please merge master into develop or ensure master is not ahead"
151-
exit 1
151+
return 1
152152
else
153153
echo "✓ master is not ahead of develop"
154154
fi

0 commit comments

Comments
 (0)