What would you like to be added: Add GitHub Actions workflow concurrency to cancel in-progress CI runs when new commits are pushed to the same branch or pull request.
Why is this needed:Currently, multiple CI runs can execute simultaneously for outdated commits, which increases CI load and delays feedback.
Enabling workflow concurrency will automatically cancel obsolete runs, improving CI efficiency, reducing resource usage, and providing faster feedback to contributors.