From 3162dc827c2eeb03005a3e7e1b061da2c85a33f6 Mon Sep 17 00:00:00 2001 From: samatstarion Date: Fri, 17 Apr 2026 10:48:09 +0200 Subject: [PATCH] [Update] code quality GH action to make sure SonarQube runs on a PR from development --- .github/workflows/CodeQuality.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 113daac9..287204e5 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -5,10 +5,6 @@ on: pull_request: types: [opened, synchronize, reopened] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: build: name: Build @@ -49,6 +45,5 @@ jobs: - name: Sonarqube end env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"