mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-06 03:05:08 +02:00
18 lines
515 B
YAML
18 lines
515 B
YAML
name: import-galaxy
|
|
'on':
|
|
# Run CI against all pushes (direct commits, also merged PRs) to main, and all Pull Requests
|
|
push:
|
|
branches:
|
|
- main
|
|
- stable-*
|
|
pull_request:
|
|
|
|
jobs:
|
|
import-galaxy:
|
|
permissions:
|
|
contents: read
|
|
name: Test to import built collection artifact with Galaxy importer
|
|
uses: ansible-community/github-action-test-galaxy-import/.github/workflows/test-galaxy-import.yml@main
|
|
with:
|
|
build-python-version: '3.10'
|
|
ansible-core-version: stable-2.12
|