Skip to content

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

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#165
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 79.63%. Comparing base (b596100) to head (5851948).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #165   +/-   ##
=======================================
  Coverage   79.63%   79.63%           
=======================================
  Files          54       54           
  Lines        2107     2107           
=======================================
  Hits         1678     1678           
  Misses        429      429           
Flag Coverage Δ
docs 0.00% <ø> (ø)

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