ansible-collections.communi.../.github/workflows/import-galaxy.yml
Felix Fontein 779aec0795 Simplifiy workflows. (#251)
(cherry picked from commit b56ba388f9)
2024-01-21 15:25:33 +01:00

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