Skip to content

Merge pull request #51 from systemli/Remove-secrets-variable-from-role #218

Merge pull request #51 from systemli/Remove-secrets-variable-from-role

Merge pull request #51 from systemli/Remove-secrets-variable-from-role #218

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 * *"
workflow_dispatch:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
disable-apparmor-mysql: true
distros: '[ "debian12", "debian11" ]'