Skip to content

Commit

Permalink
Only do sonarcloud on dedis/dela
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Jul 5, 2024
1 parent 946c6e1 commit 720fe79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make coverage

- name: Sonarcloud scan
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-latest' && github.repository == 'dedis/dela'
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
Expand All @@ -53,7 +53,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Send coverage
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-latest' && github.repository == 'dedis/dela'
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
Expand Down

0 comments on commit 720fe79

Please sign in to comment.