From bf62797fdf0a55c124257c5872438a1ed124d4f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 12 Sep 2021 20:56:45 +0200 Subject: [PATCH] Only GitHub action sonar with node.js 14 on that repository --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90687ea2..836074b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - name: npm run coverage run: npm run coverage - name: SonarCloud Scan + if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node-version == '14.x'" uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any -- 2.34.1