Auto-update Charm Libraries #3905
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: Auto-update Charm Libraries | |
on: | |
# Manual trigger | |
workflow_dispatch: | |
# Check regularly the upstream every four hours | |
schedule: | |
- cron: "0 0,4,8,12,16,20 * * *" | |
jobs: | |
update-lib: | |
name: Check libraries | |
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@main | |
secrets: inherit | |