We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137a2ad commit ca37ddfCopy full SHA for ca37ddf
1 file changed
.github/workflows/go_ci.yml
@@ -51,6 +51,7 @@ jobs:
51
52
# sonar analysis
53
- name: SonarCloud Scan
54
+ if: matrix.platform == 'ubuntu-latest'
55
uses: SonarSource/sonarcloud-github-action@master
56
with:
57
args: >
0 commit comments