Skip to content

Commit

Permalink
trigger_service: Wait for update to finish before finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Nov 5, 2023
1 parent 50cfaee commit 551bf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopr/services/trigger_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async def finalize_trigger(
push=True,
)

await self.publish_service.update(wait=True)
await self.publish_service.finalize(True)

changes_status = self.commit_service.get_changes_status()
Expand Down

0 comments on commit 551bf9c

Please sign in to comment.