Skip to content

Commit c50b547

Browse files
committed
chore: conditional execution of SonarCloud action
1 parent 12efb4a commit c50b547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/PR-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: npm test
5050

5151
- name: SonarCloud Scan
52+
if: ${{ vars.IS_INDITEXTECH_REPO == 'true' }}
5253
uses: sonarsource/sonarcloud-github-action@master
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)