Skip to content

fix(ci): Remove concurrency block from reusable workflow to prevent c…#151

Merged
bwells-moz merged 1 commit into
mainfrom
MZCLD-2755
May 13, 2026
Merged

fix(ci): Remove concurrency block from reusable workflow to prevent c…#151
bwells-moz merged 1 commit into
mainfrom
MZCLD-2755

Conversation

@bwells-moz
Copy link
Copy Markdown
Contributor

@bwells-moz bwells-moz commented May 13, 2026

Removed the concurrency block from .github/workflows/git-branch-divergence-check.yaml. Because this workflow is invoked both directly on PRs and as a reusable workflow_call from a caller workflow, both runs computed the same concurrency group, so the callee canceled the caller (or vice versa), causing a deadlock.

Dropping the block lets caller and callee coexist.

…aller/callee deadlock on identical group names
@bwells-moz bwells-moz requested a review from a team as a code owner May 13, 2026 20:06
@bwells-moz bwells-moz merged commit f7f8866 into main May 13, 2026
3 checks passed
@bwells-moz bwells-moz deleted the MZCLD-2755 branch May 13, 2026 20:26
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