From cd7a69aa8226c6f1b9ca27bc9ab6fa047a6678be Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Fri, 15 Nov 2024 13:43:09 +0100 Subject: [PATCH 1/3] Disable trigger of cos_integration in PR The cos_integration workflow should be triggered only by dispatch or, when the workflow was changed and not for all PR. fixes: #344 Signed-off-by: Robert Gildein --- .github/workflows/cos_integration.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cos_integration.yaml b/.github/workflows/cos_integration.yaml index 81c639bc..806a70cc 100644 --- a/.github/workflows/cos_integration.yaml +++ b/.github/workflows/cos_integration.yaml @@ -6,9 +6,8 @@ on: pull_request: types: [opened, synchronize, reopened] branches: [main] - paths-ignore: - - "**.md" - - "**.rst" + paths: + - ".github/workflows/cos_integration.yaml" jobs: integration: From c887f78122b1fecd7fee57611434f2da68091b6d Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Fri, 15 Nov 2024 13:46:36 +0100 Subject: [PATCH 2/3] Test commit Signed-off-by: Robert Gildein --- charmcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charmcraft.yaml b/charmcraft.yaml index 0ee7b4ac..49a39746 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -1,3 +1,5 @@ +# TEST COMMIT + # Learn more about charmcraft.yaml configuration at: # https://juju.is/docs/sdk/charmcraft-config # This is a template `charmcraft.yaml` file for ops charms From 6a7c69c74ec29c0849d5121270042444ed6e6b9a Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Fri, 15 Nov 2024 14:07:42 +0100 Subject: [PATCH 3/3] TEST COMMIT v2 --- src/charm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/charm.py b/src/charm.py index ec8a8534..cfa40bc4 100755 --- a/src/charm.py +++ b/src/charm.py @@ -2,6 +2,8 @@ # Copyright 2023 Canonical Ltd. # See LICENSE file for licensing details. +# TEST COMMIT + """Charm the application.""" import logging