Files
kubernetes.core/.github/workflows/sanity-tests.yaml
Bianca Henderson edee5c994d [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
2026-06-30 12:01:51 -04:00

9 lines
136 B
YAML

---
name: Sanity tests
on: [workflow_call]
jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main