This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Auto-update Charm Libraries #2093
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 | |