-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating libraries * fixing linter * fix service_patch update * solve static-lib issues * add update libraries CI * fix unit tests * Update tests/unit/test_external_url.py Co-authored-by: Leon <82407168+sed-i@users.noreply.github.com> Co-authored-by: Leon <82407168+sed-i@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
245 additions
and
121 deletions.
There are no files selected for viewing
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
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/update-libs.yaml@main | ||
secrets: inherit | ||
|
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
Oops, something went wrong.