Skip to content

CI

CI #843

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 6 * * *'
jobs:
ci:
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@rootperm
secrets: inherit
with:
fqcn: 'middleware_automation/amq_streams'
root_permission_varname: 'amq_streams_install_requires_become'
molecule_tests: >-
[ "default" ]