Skip to content

Fix documentation preview concurrency - #326

Merged
uriahf merged 1 commit into
mainfrom
fix/docs-preview-concurrency
Aug 19, 2026
Merged

Fix documentation preview concurrency#326
uriahf merged 1 commit into
mainfrom
fix/docs-preview-concurrency

Conversation

@uriahf

@uriahf uriahf commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Summary

Give each pull request its own documentation concurrency group while keeping main documentation runs serialized.

The previous repository-wide documentation-deployments group caused unrelated PR preview runs to compete for the same pending slot and get cancelled before any job started.

GitHub Actions concurrency groups allow expressions, and separate group names prevent unrelated workflow runs from blocking/cancelling each other.

After this is merged, PR documentation previews should be able to run independently.

@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-19 20:39 UTC

@uriahf
uriahf merged commit 6c10c4f into main Aug 19, 2026
4 checks passed
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.

1 participant