From d6281b44a197d7f2653ebe33cfe66e9e7130c31a Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Sun, 19 Nov 2023 08:41:09 +0100 Subject: [PATCH] Exclude sonar from PR (#1119) --- .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 5367b308b..43ca554a2 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: