mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 04:52:37 +00:00
15 lines
267 B
YAML
15 lines
267 B
YAML
name: galaxy-import
|
|
concurrency:
|
|
group: ${{ github.head_ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- stable-*
|
|
|
|
jobs:
|
|
galaxy_importer:
|
|
uses: ansible-network/github_actions/.github/workflows/galaxy_importer.yml@main
|