Skip to content

Commit a7c7bbf

Browse files
NFC-99 Add one line for github build
1 parent 963776a commit a7c7bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
6363
6464
- name: Build and analyze
65+
if: github.event_name != 'pull_request'
6566
env:
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6768
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)