Skip to content

Merge pull request #50 from systemli/feat/debian12 #157

Merge pull request #50 from systemli/feat/debian12

Merge pull request #50 from systemli/feat/debian12 #157

Workflow file for this run

---
name: Integration
on:
pull_request:
push:
branches:
- main
paths-ignore:
- ".*"
- ".github/**"
- "README.md"
schedule:
# * is a special character in YAML so you have to quote this string
# first of each month
- cron: "0 0 1 * *"
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.3
with:
distros: '[ "debian12", "debian11" ]'