Skip to content

Commit b7b2235

Browse files
authored
Fix releases are stuck in progress state (#1131)
Fixes: AlmaLinux/build-system#461
1 parent e8717d7 commit b7b2235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alws/release_planner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ async def execute_release_plan(
915915
)
916916
)
917917
for build in builds.scalars().all():
918+
if build in release.product.builds:
919+
continue
918920
release.product.builds.append(build)
919921

920922
return additional_messages

0 commit comments

Comments
 (0)