Skip to content

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

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#219
mtfishman merged 1 commit into
mainfrom
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 89.96%. Comparing base (381625b) to head (8bb6f6c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   89.96%   89.96%           
=======================================
  Files          52       52           
  Lines        3577     3577           
=======================================
  Hits         3218     3218           
  Misses        359      359           
Flag Coverage Δ
docs 18.14% <ø> (ø)

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:32
@mtfishman mtfishman merged commit 2523743 into main May 6, 2026
20 of 21 checks passed
@mtfishman mtfishman deleted the patch/concurrency_block branch May 6, 2026 15:10
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