Skip to content

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

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

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

Conversation

@ITensorBot

@ITensorBot ITensorBot commented May 6, 2026

Copy link
Copy Markdown
Member

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 changed the title Add cancel-in-progress concurrency block to PR-triggered consumer workflows [PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows May 6, 2026
@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.95%. Comparing base (542669e) to head (39dfe61).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   97.95%   97.95%           
=======================================
  Files           3        3           
  Lines         147      147           
=======================================
  Hits          144      144           
  Misses          3        3           
Flag Coverage Δ
docs 45.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman mtfishman enabled auto-merge (squash) May 6, 2026 14:31
@mtfishman mtfishman merged commit 0a7860d into main May 6, 2026
23 checks passed
@mtfishman mtfishman deleted the patch/concurrency_block branch May 6, 2026 15:11
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