Skip to content

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

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#180
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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.68%. Comparing base (56dbe2a) to head (bde810d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #180   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files          12       12           
  Lines         793      793           
=======================================
  Hits          624      624           
  Misses        169      169           
Flag Coverage Δ
docs 30.20% <ø> (ø)

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 674036d into main May 6, 2026
22 checks passed
@mtfishman mtfishman deleted the patch/concurrency_block branch May 6, 2026 15:05
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