Files
SpacetimeDB/.github
Zeke Foppa 679ebe5678 CI - C#/Unity test suite concurrency improvements (#3001)
# Description of Changes

New Unity test suite runs will cancel existing in-progress runs on the
same PR or github ref.

I tried to add a global limit of 2 test suites running at the same time,
but I did not find a successful way of making this work.

# API and ABI breaking changes

None. CI-only change.

# Expected complexity level and risk

1

# Testing
- [x] Test suite still runs and succeeds
- [x] If I push several commits in a row, previous runs get cancelled

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-07-29 19:05:02 +00:00
..