Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b3cb3 commit 075fe52Copy full SHA for 075fe52
1 file changed
.github/workflows/build.yml
@@ -131,6 +131,7 @@ jobs:
131
132
- name: SonarCloud Scan
133
id: sonar
134
+ if: ${{ matrix.db_version_name == '21xe' }}
135
uses: SonarSource/sonarcloud-github-action@master
136
env:
137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments