Skip to content

Commit b1a0ec3

Browse files
authored
Handle merge conflicts in workflow script [ci skip]
1 parent ad2d96c commit b1a0ec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/merge-master-to-develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ jobs:
5959
if git rev-parse -q --verify MERGE_HEAD > /dev/null; then
6060
git merge --abort
6161
fi
62+
exit 1
6263
fi

0 commit comments

Comments
 (0)