Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sonar
Browse files Browse the repository at this point in the history
dweindl committed Dec 1, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent d1251eb commit fcc4c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ jobs:
fail_ci_if_error: true

- name: Run sonar-scanner
if: github.repository_owner == 'AMICI-dev'
if: ${{ env.SONAR_TOKEN != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -170,7 +170,7 @@ jobs:
fail_ci_if_error: true

- name: Run sonar-scanner
if: github.repository_owner == 'AMICI-dev'
if: ${{ env.SONAR_TOKEN != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit fcc4c97

Please sign in to comment.