Skip to content

Commit 2bf202b

Browse files
Apply suggestion from @cubic-dev-ai[bot]
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 54c26c1 commit 2bf202b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
done
159159
160160
if [ $ELAPSED -ge $TIMEOUT ]; then
161-
echo "Warning: Timed out waiting for PR merge. Please check manually."
161+
echo "Warning: Timed out waiting for PR merge. Please check manually." && exit 1
162162
fi
163163
164164
- name: Checkout main branch

0 commit comments

Comments
 (0)