Skip to content

Commit f2650d6

Browse files
[Update] code quality GH action to make sure SonarQube runs on a PR from development (#216)
1 parent f6f574b commit f2650d6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/CodeQuality.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
pull_request:
66
types: [opened, synchronize, reopened]
77

8-
concurrency:
9-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10-
cancel-in-progress: true
11-
128
jobs:
139
build:
1410
name: Build
@@ -49,6 +45,5 @@ jobs:
4945

5046
- name: Sonarqube end
5147
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5348
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5449
run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"

0 commit comments

Comments
 (0)