Skip to content

Fix workflow job order to prevent duplicate runs#118

Merged
gusevda merged 4 commits intomainfrom
fix-prepare-release-pr
Feb 5, 2026
Merged

Fix workflow job order to prevent duplicate runs#118
gusevda merged 4 commits intomainfrom
fix-prepare-release-pr

Conversation

@gusevda
Copy link
Contributor

@gusevda gusevda commented Feb 5, 2026

Summary

  • Reorders jobs in create-release-pr workflow to prevent duplicate workflow executions
  • Moves prepare_release_pr job to run after create_release_pr instead of before

Problem

The previous job order caused the workflow to trigger duplicate runs when the prepare_release_pr job pushed changes to the release branch.

Solution

By creating the PR first and then running the preparation job, the workflow avoids triggering itself again. The preparation job now runs as a follow-up step after the PR is already created.

Move prepare_release_pr job to run after create_release_pr to prevent
duplicate workflow executions. Update dependency chain and commit message
for clarity.
@gusevda gusevda marked this pull request as ready for review February 5, 2026 07:39
@gusevda gusevda requested a review from a team as a code owner February 5, 2026 07:39
@gusevda gusevda requested a review from marians February 5, 2026 07:39
@gusevda gusevda merged commit 5b6db3b into main Feb 5, 2026
1 check passed
@gusevda gusevda deleted the fix-prepare-release-pr branch February 5, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants