We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f107057 commit fd03717Copy full SHA for fd03717
.github/workflows/build.yml
@@ -84,6 +84,7 @@ jobs:
84
with:
85
github-token: ${{ secrets.GITHUB_TOKEN }}
86
- name: SonarCloud Scan
87
+ if: env.SONAR_TOKEN != ''
88
uses: sonarsource/sonarcloud-github-action@master
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
### Changed
18
- chore(#210): Support all Node.js releases that have not passed their end date
19
- chore(deps): Update devDependencies
20
+- chore(ci): Do not execute SonarCloud on PRs from forks
21
22
### Fixed
23
- docs(readme): Fix build badge url
0 commit comments