mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-28 14:23:04 +00:00
16 lines
278 B
YAML
16 lines
278 B
YAML
---
|
|
name: Unit tests
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- stable-*
|
|
|
|
jobs:
|
|
unit-source:
|
|
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
|