From e94b147d7e06b391d78b5b827df137a87f214a9c Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Fri, 1 Dec 2023 12:56:09 +0100 Subject: [PATCH] sonar --- .github/workflows/test_python_cplusplus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_python_cplusplus.yml b/.github/workflows/test_python_cplusplus.yml index e4edff66ef..3d0708aea4 100644 --- a/.github/workflows/test_python_cplusplus.yml +++ b/.github/workflows/test_python_cplusplus.yml @@ -95,6 +95,7 @@ jobs: fail_ci_if_error: true - name: Run sonar-scanner + if: github.repository_owner == 'AMICI-dev' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}