mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-01 18:42:37 +00:00
15 lines
274 B
YAML
15 lines
274 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
|