From f78406e566bbbd5644172025e0b742b9344afe56 Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Thu, 16 Nov 2023 21:06:30 +0100 Subject: [PATCH] Skipp sonar for pull requests --- .github/workflows/sonarcloud.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index beea436..14273eb 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -4,11 +4,7 @@ on: push: branches: - master - pull_request: - types: - - opened - - synchronize - - reopened + # do not validate pull requests because SONAR_TOKEN is available only for project owner jobs: build: