From: Jérôme Benoit Date: Sun, 12 Sep 2021 18:56:45 +0000 (+0200) Subject: Only GitHub action sonar with node.js 14 on that repository X-Git-Tag: v1.0.60~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bf62797fdf0a55c124257c5872438a1ed124d4f2;p=e-mobility-charging-stations-simulator.git Only GitHub action sonar with node.js 14 on that repository --- 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