Skip to content

Add cancel-in-progress concurrency block to PR-triggered consumer workflows#139

Merged
mtfishman merged 2 commits into
mainfrom
mf/concurrency-sweep
May 6, 2026
Merged

Add cancel-in-progress concurrency block to PR-triggered consumer workflows#139
mtfishman merged 2 commits into
mainfrom
mf/concurrency-sweep

Conversation

@mtfishman
Copy link
Copy Markdown
Member

@mtfishman mtfishman commented May 6, 2026

Summary

  • Add a concurrency: block to the remaining PR-triggered consumer workflows so a new push to a PR cancels the prior in-flight run for that workflow, matching the behavior already in Tests.yml and Documentation.yml.
  • Touches CheckCompatBounds.yml, CodeQL.yml, FormatCheck.yml, IntegrationTest.yml, and VersionCheck.yml, plus the matching template/.github/workflows/*.yml.template files used by MassApplyPatch.
  • cancel-in-progress is gated on refs/pull/, so cancellation only fires on PR refs and never on main/tag pushes.
  • Bumps ITensorPkgSkeleton to v0.3.61.

…kflows

Add a concurrency block to the remaining PR-triggered consumer workflows
so a new push to a PR cancels the prior in-flight run for that workflow,
matching the behavior already in Tests.yml and Documentation.yml.

Touches CheckCompatBounds.yml, CodeQL.yml, FormatCheck.yml,
IntegrationTest.yml, and VersionCheck.yml, plus the matching
template/.github/workflows/*.yml.template files used by MassApplyPatch.

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 87.34%. Comparing base (218febc) to head (1694879).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   87.34%   87.34%           
=======================================
  Files           1        1           
  Lines         158      158           
=======================================
  Hits          138      138           
  Misses         20       20           
Flag Coverage Δ
docs 60.13% <ø> (ø)

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 closed this May 6, 2026
@mtfishman mtfishman reopened this May 6, 2026
@mtfishman mtfishman merged commit d0ee8b7 into main May 6, 2026
22 of 34 checks passed
@mtfishman mtfishman deleted the mf/concurrency-sweep branch May 6, 2026 13:08
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.

1 participant