Skip to content

Commit

Permalink
feat: add update-libs ci (#138)
Browse files Browse the repository at this point in the history
* feat: add update-libs ci

* typo in the filename
  • Loading branch information
lucabello authored Jul 16, 2024
1 parent 3f0d995 commit a09087f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 a09087f

Please sign in to comment.