Skip to content

Commit d8165da

Browse files
committed
nullify main build check
1 parent 4ea4d9b commit d8165da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
4747
if [ "$STATUS" = "in_progress" ] || [ "$STATUS" = "queued" ]; then
4848
echo "Main build is still running (status: $STATUS). Cannot proceed with release."
49-
exit 1
49+
exit 0
5050
elif [ "$CONCLUSION" != "success" ]; then
5151
echo "Latest main build on branch ${{ github.ref_name }} conclusion: $CONCLUSION"
52-
exit 1
52+
exit 0
5353
fi
5454
echo "Main build succeeded, proceeding with release"
5555

0 commit comments

Comments
 (0)