Files
kubernetes.core/.github/workflows/unit-tests.yaml
2024-01-25 15:17:09 -05:00

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