-
-
Notifications
You must be signed in to change notification settings - Fork 468
Feat: Workflow improvements #1131
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
base: develop-v1
Are you sure you want to change the base?
Conversation
Added concurrency settings to the build job.
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 controls to the GitHub Actions build workflow to prevent multiple workflow runs from executing simultaneously and updates the runner OS version.
Key changes:
- Added concurrency settings with workflow grouping and conditional cancellation
- Updated runner OS from Ubuntu 22.04 to Ubuntu 24.04
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
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
|
Hello there! We hope this message finds you well. We wanted to let you know that we have noticed that there has been As a result, we will be closing this pull request within the next seven days. If you still Thank you for your contributions and understanding. Best regards, |
Added concurrency settings to the build job.