-
Notifications
You must be signed in to change notification settings - Fork 10
chore: cancel workflow if the PR is updated #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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
concurrencyconfiguration withcancel-in-progress: trueto 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.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.