Skip to content

feat: Add meta/execution-environment.yml for Ansible Builder #42

feat: Add meta/execution-environment.yml for Ansible Builder

feat: Add meta/execution-environment.yml for Ansible Builder #42

Workflow file for this run

---
name: "Pull Requests (main)"
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:
- "main"
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: true