Skip to content

Quality Gates

Quality Gates #2

name: Quality Gates
on:
# Manual trigger
workflow_dispatch:
# Run the quality checks periodically
# FIXME: adjust the frequency as needed once we have actual gates in place
schedule:
- cron: "0 0 * * Tue"
jobs:
quality-gates:
name: Run quality gates
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@v1
secrets: inherit