From 6b36f8284e1f1de9cf30ed665dc809df517da29c Mon Sep 17 00:00:00 2001 From: Chi Wai Chan Date: Mon, 7 Oct 2024 11:13:01 +0800 Subject: [PATCH] Remove unused workflow: sonar. --- .github/workflows/sonar.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/sonar.yaml diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml deleted file mode 100644 index df30d49..0000000 --- a/.github/workflows/sonar.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# This is a template `sonar.yaml` file for ops charms -# This file is managed by bootstack-charms-spec and should not be modified -# within individual charm repos. https://launchpad.net/bootstack-charms-spec - -name: SonarCloud -on: - workflow_run: - workflows: - - PR workflow running lint checkers, unit and functional tests - types: [completed] - -jobs: - sonar: - uses: canonical/bootstack-actions/.github/workflows/sonar.yaml@main - secrets: inherit - with: - workflow-name: PR workflow running lint checkers, unit and functional tests