Avoid adding nagios_host_context to juju_unit and juju_application in… #37
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: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
uses: canonical/observability/.github/workflows/charm-release.yaml@main | |
secrets: inherit | |
with: | |
build-for-arm: true |