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
[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows (#53)
## Summary
- Adds a `concurrency:` block to `CheckCompatBounds.yml`, `CodeQL.yml`,
`FormatCheck.yml`, `IntegrationTest.yml`, and `VersionCheck.yml` so a
new push to a PR cancels the prior in-flight run for that workflow.
- Matches the behavior already present in `Tests.yml` and
`Documentation.yml`. Without this, redundant CI runs accumulate on rapid
pushes to a PR.
- `cancel-in-progress` is gated on `refs/pull/`, so cancellation only
fires on PR refs and never on `main`/tag pushes.
Co-authored-by: ITensorBot <278814285+ITensorBot@users.noreply.github.com>
0 commit comments