Refine dependabot configuration
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 1eae52007da0d57b78a1531740bbc4d06f79b7a5..c8cf44c5c9774dbe38839d5c18e9399c88b61918 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - name: npm run coverage
         run: npm run coverage
       - name: SonarCloud Scan
-        if: "github.repository == 'jerome-benoit/emobility-charging-stations-simulator' && matrix.node == '16.x'"
+        if: "github.repository == 'sap/emobility-charging-stations-simulator' && matrix.node == '16.x'"
         uses: sonarsource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any