You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated PR for: cancel tests on new commit
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Cancel in-progress GitHub Actions runs when a new commit is pushed to
the same branch or PR. This cuts wasted CI minutes and speeds up
feedback.
- **Refactors**
- Added concurrency with cancel-in-progress: true to workflows: test,
lint, package, publish, docker, cloud_evals.
- Used group: ${{ github.workflow }}-${{
github.event.pull_request.number || github.ref }} to scope per workflow
and branch/PR.
<!-- End of auto-generated description by cubic. -->
0 commit comments