Skip to content

Commit 6241735

Browse files
committed
ci: debug
1 parent 7571bda commit 6241735

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- main
66
pull_request:
77
types: [opened, synchronize, reopened]
8-
pull_request_target:
9-
types: [opened, synchronize, reopened]
108
jobs:
119
sonarcloud:
1210
name: SonarCloud
@@ -26,4 +24,4 @@ jobs:
2624
uses: SonarSource/sonarcloud-github-action@master
2725
env:
2826
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
29-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
27+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)