Skip to content

Commit

Permalink
disable sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jun 20, 2024
1 parent 62ef1b8 commit 0986613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: poetry build

- uses: sonarsource/sonarqube-scan-action@master
if: matrix.python-version == '3.8'
# if: matrix.python-version == '3.8'
if: false
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand Down

0 comments on commit 0986613

Please sign in to comment.