Skip to content

ci: fix workflow concurrency to prevent cross-PR cancellations#2090

Draft
Artur- wants to merge 1 commit intomainfrom
fix-pr-cancellation
Draft

ci: fix workflow concurrency to prevent cross-PR cancellations#2090
Artur- wants to merge 1 commit intomainfrom
fix-pr-cancellation

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Nov 21, 2025

Moved concurrency control from workflow level to individual jobs to prevent new commits on one PR from cancelling integration tests running for other PRs. Integration tests use a global queue with staleness checks to ensure only the latest commit from each PR runs tests while respecting SauceLabs limits.

Moved concurrency control from workflow level to individual jobs to prevent
new commits on one PR from cancelling integration tests running for other PRs.
Integration tests use a global queue with staleness checks to ensure only the
latest commit from each PR runs tests while respecting SauceLabs limits.
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