We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbfea2 commit feb2005Copy full SHA for feb2005
.github/workflows/nightly-build.yml
@@ -31,7 +31,7 @@ jobs:
31
if git ls-remote --exit-code --heads origin "$BRANCH_NAME"; then
32
echo "Branch $BRANCH_NAME already exists. Skipping run to avoid conflicts."
33
echo "Please merge or close the existing PR before the next nightly run."
34
- exit 0
+ exit 1
35
fi
36
37
- name: Configure git and create branch
0 commit comments