Skip to content

Conversation

@bhimrazy
Copy link
Collaborator

@bhimrazy bhimrazy commented Jan 7, 2026

What does this PR do?

Adds the concurrency setting to the CI testing workflow to match the CI checks workflow, improving resource efficiency by canceling in-progress runs for non-main branches.

PR review

Anyone in the community is free to review the PR once the tests have passed.

Did you have fun?

Make sure you had fun coding 🙃

Copilot AI review requested due to automatic review settings January 7, 2026 10:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a concurrency configuration to the CI testing workflow to automatically cancel in-progress workflow runs when new commits are pushed to the same branch (excluding main and release branches), improving CI resource efficiency by matching the pattern already used in the CI checks workflow.

  • Adds concurrency group configuration using workflow name, ref, and head_ref
  • Configures automatic cancellation of in-progress runs for non-protected branches

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bhimrazy bhimrazy changed the title chore: Add concurrency setting to CI testing workflow chore: add & simplify concurrency setting to CI testing workflow Jan 7, 2026
@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80%. Comparing base (dd96272) to head (cc9974b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #780   +/-   ##
===================================
  Coverage    80%    80%           
===================================
  Files        52     52           
  Lines      7371   7371           
===================================
  Hits       5912   5912           
  Misses     1459   1459           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tchaton tchaton merged commit b567e87 into Lightning-AI:main Jan 8, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants