Skip to content

Conversation

@sameeul
Copy link
Member

@sameeul sameeul commented Dec 2, 2025

No description provided.

Copy link

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 concurrency control to GitHub Actions workflows to automatically cancel outdated workflow runs when a pull request is updated, improving CI efficiency and reducing resource usage.

Key Changes:

  • Added concurrency configuration with cancel-in-progress: true to 5 workflow files
  • Applied consistent concurrency grouping pattern across all affected workflows

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
.github/workflows/build_wheels.yml Added concurrency control for PR-triggered wheel builds
.github/workflows/build_and_test_windows.yml Added concurrency control for Windows build and test workflow
.github/workflows/build_and_test_ubuntu.yml Added concurrency control for Ubuntu build and test workflow
.github/workflows/build_and_test_mac.yml Added concurrency control for Mac build and test workflow
.github/workflows/build_and_test_java_ubuntu.yml Added concurrency control for Java build and test workflow on Ubuntu

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

sameeul and others added 2 commits December 2, 2025 11:32
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sameeul
Copy link
Member Author

sameeul commented Dec 2, 2025

@copilot open a new pull request to apply changes based on the comments in this thread

sameeul and others added 2 commits December 2, 2025 11:33
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sameeul sameeul merged commit 1aabd99 into PolusAI:master Dec 2, 2025
27 checks passed
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