Skip to content

Commit feb2005

Browse files
committed
exit workflow early
1 parent cdbfea2 commit feb2005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if git ls-remote --exit-code --heads origin "$BRANCH_NAME"; then
3232
echo "Branch $BRANCH_NAME already exists. Skipping run to avoid conflicts."
3333
echo "Please merge or close the existing PR before the next nightly run."
34-
exit 0
34+
exit 1
3535
fi
3636
3737
- name: Configure git and create branch

0 commit comments

Comments
 (0)