Skip to content

GH Actions: fix concurrency#54

Merged
jrfnl merged 1 commit intomasterfrom
feature/ghactions-fix-concurrency
Jan 26, 2026
Merged

GH Actions: fix concurrency#54
jrfnl merged 1 commit intomasterfrom
feature/ghactions-fix-concurrency

Conversation

@jrfnl
Copy link
Copy Markdown
Collaborator

@jrfnl jrfnl commented Nov 18, 2025

The concurrency setting as-it-were, was cancelling builds which shouldn't be cancelled due to the "unique ID" including the head_ref (base branch), not the ref (current commit).

I believe this change will fix that.

@jrfnl jrfnl added this to the 1.x Next Release milestone Nov 18, 2025
@jrfnl jrfnl requested a review from grogy November 18, 2025 18:03
The `concurrency` setting as-it-were, was cancelling builds which shouldn't be cancelled due to the "unique ID" including the `head_ref` (base branch), not the `ref` (current commit).

I believe this change will fix that.
@jrfnl jrfnl force-pushed the feature/ghactions-fix-concurrency branch from b25997b to 98d3e59 Compare January 26, 2026 03:16
@jrfnl jrfnl merged commit 4f26ef2 into master Jan 26, 2026
35 checks passed
@jrfnl jrfnl deleted the feature/ghactions-fix-concurrency branch January 26, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant