Skip to content
---
name: Ansible Sanity Teststing
on: # yamllint disable-line rule:truthy
push: null
pull_request:
branches:
- main
- master
permissions: read-all
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
sanity_testing:
uses: alexanderbazhenoff/ansible-collection-linux/.github/workflows/sanity_testing_workflow.yml@1_1_10