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"