Skip to content

Update and test matrices (add ansible-core 2.19, remove 2.17), fix allow-unsafe handling, and make inventory tests more conditional #718

Update and test matrices (add ansible-core 2.19, remove 2.17), fix allow-unsafe handling, and make inventory tests more conditional

Update and test matrices (add ansible-core 2.19, remove 2.17), fix allow-unsafe handling, and make inventory tests more conditional #718

---
name: "Pull Requests (normal)"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on: # yamllint disable
pull_request:
branches-ignore:
- "main"
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: false