Skip to content

Commit 2e155b1

Browse files
committed
Rollback changes for the failfast
1 parent bdc2603 commit 2e155b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/update-jshell-image-version.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5252
5353
branch_name="update-jshell-java-version-$latest_version"
54-
55-
if gh api repos/Together-Java/JShellPlaygroundBackend/branches/$branch_name >/dev/null 2>&1
56-
then
57-
return 0
58-
fi
59-
6054
git checkout -b "$branch_name"
6155
6256
git add "$gradle_file"

0 commit comments

Comments
 (0)