Skip to content

Commit 108f16b

Browse files
committed
Remove extra lines
1 parent fe2beeb commit 108f16b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pin-system-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
if git ls-remote --heads origin "$BRANCH" | grep -q "$BRANCH"; then
5353
echo "creating_new_branch=false" >> "$GITHUB_OUTPUT"
5454
echo "Branch $BRANCH already exists - please delete it and re-run the workflow."
55-
exit 0 # REMOVE THIS
5655
else
5756
echo "creating_new_branch=true" >> "$GITHUB_OUTPUT"
5857
echo "Branch $BRANCH does not exist - creating it now"
@@ -67,7 +66,6 @@ jobs:
6766
if [[ -z "$(git status -s)" ]]; then
6867
echo "No changes to commit, exiting."
6968
echo "commit_changes=false" >> "$GITHUB_OUTPUT"
70-
exit 0 # REMOVE THIS
7169
else
7270
echo "commit_changes=true" >> "$GITHUB_OUTPUT"
7371
echo "Changes to commit:"

0 commit comments

Comments
 (0)