[manual backport stable-6] Fix CI Test Collision (#1162) (#1167)

* 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:51 -04:00
committed by GitHub
parent a523a195cb
commit edee5c994d
6 changed files with 66 additions and 97 deletions

View File

@@ -1,17 +1,7 @@
---
name: Linters
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_call:
pull_request:
branches:
- main
- stable-*
tags:
- '*'
on: [workflow_call]
jobs:
linters: