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 12efb4a commit c50b547Copy full SHA for c50b547
.github/workflows/PR-verify.yml
@@ -49,6 +49,7 @@ jobs:
49
run: npm test
50
51
- name: SonarCloud Scan
52
+ if: ${{ vars.IS_INDITEXTECH_REPO == 'true' }}
53
uses: sonarsource/sonarcloud-github-action@master
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments