[manual backport stable-5] Fix CI Test Collision (#1162) (#1166)

* Fix CI Test Collision (#1162)

* Fix CI concurrency issue

* More CI fixes

* Fix coverage job install

* Install correct test dependencies

(cherry picked from commit d211f316ad)

* Restore cancel-in-progress: true
This commit is contained in:
Bianca Henderson
2026-06-30 12:01:44 -04:00
committed by GitHub
parent 33bb3b81ba
commit 00f3d12a1d
6 changed files with 66 additions and 97 deletions

View File

@@ -1,14 +1,6 @@
name: Unit tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_call:
pull_request:
branches:
- main
- stable-*
on: [workflow_call]
jobs:
unit-source: