From a3f5f7645a2eb07e0412f512bf644b83757ea2db Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Mon, 6 Jan 2025 19:35:35 +0100 Subject: [PATCH] chore: run sonarqube manually (#4560) --- .github/workflows/sonarqube.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 185047ff41..8903418c61 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,10 +1,11 @@ name: SonarQube on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened] + workflow_dispatch: +# push: +# branches: +# - main +# pull_request: +# types: [opened, synchronize, reopened] permissions: contents: read jobs: