feat(alerting): Add up alert rule with anti-flap and absence detectio… #118
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: Release Charm to Edge and Publish Libraries | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
uses: canonical/observability/.github/workflows/charm-release.yaml@main | |
secrets: inherit | |
with: | |
provider: lxd | |
build-for-arm: true |