Quality Gates #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |