Skip to content

Commit

Permalink
Add update-libs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 17, 2024
1 parent 272a484 commit f994a8e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit f994a8e

Please sign in to comment.