Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 075fe52

Browse files
committed
Adding conditional execution of sonarcloud.
1 parent 21b3cb3 commit 075fe52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131

132132
- name: SonarCloud Scan
133133
id: sonar
134+
if: ${{ matrix.db_version_name == '21xe' }}
134135
uses: SonarSource/sonarcloud-github-action@master
135136
env:
136137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)