Skip to content

Test - Automation

Test - Automation #61

name: Test - Automation
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * 5"
permissions:
id-token: write
contents: read
jobs:
test-module:
strategy:
fail-fast: false
matrix:
module:
- automation/gitops
- automation/controlplanes
uses: ./.github/workflows/module-test.yaml
with:
module: ${{ matrix.module }}
secrets: inherit