We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f574b commit f2650d6Copy full SHA for f2650d6
1 file changed
.github/workflows/CodeQuality.yml
@@ -5,10 +5,6 @@ on:
5
pull_request:
6
types: [opened, synchronize, reopened]
7
8
-concurrency:
9
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
- cancel-in-progress: true
11
-
12
jobs:
13
build:
14
name: Build
@@ -49,6 +45,5 @@ jobs:
49
45
50
46
- name: Sonarqube end
51
47
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
54
run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"
0 commit comments