Skip to content

CI

CI #726

Workflow file for this run

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