Skip to content

[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows#53

Merged
mtfishman merged 1 commit intomainfrom
patch/concurrency_block
May 6, 2026
Merged

[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows#53
mtfishman merged 1 commit intomainfrom
patch/concurrency_block

Conversation

@ITensorBot
Copy link
Copy Markdown
Member

@ITensorBot ITensorBot commented May 6, 2026

Summary

  • Adds a concurrency: block to CheckCompatBounds.yml, CodeQL.yml, FormatCheck.yml, IntegrationTest.yml, and VersionCheck.yml so a new push to a PR cancels the prior in-flight run for that workflow.
  • Matches the behavior already present in Tests.yml and Documentation.yml. Without this, redundant CI runs accumulate on rapid pushes to a PR.
  • cancel-in-progress is gated on refs/pull/, so cancellation only fires on PR refs and never on main/tag pushes.

@mtfishman mtfishman enabled auto-merge (squash) May 6, 2026 14:31
@mtfishman mtfishman merged commit 657b6cd into main May 6, 2026
16 checks passed
@mtfishman mtfishman deleted the patch/concurrency_block branch May 6, 2026 14:57
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