From fd549ec66f7ba97aa3dac0f60543a164de2611c1 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 16 Aug 2023 12:19:45 -0700 Subject: [PATCH] Disable Sonar cloud on PRs Signed-off-by: Ry Jones --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5848c6f8d..bad58c55b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -3,8 +3,8 @@ on: push: branches: - main - pull_request: - types: [opened, synchronize, reopened] + workflow_dispatch: + jobs: sonarcloud: name: SonarCloud