Skip to content

Commit

Permalink
deactivate sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Sep 24, 2024
1 parent add47a7 commit e0f1cd5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ jobs:
run: |
sed -i 's/\/home\/runner\/work\/openstef\/openstef\//\/github\/workspace\//g' coverage.xml
# Sonar cloud scan
- name: SonarCloud Scan
if: ${{ github.actor != 'dependabot[bot]' }}
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# Build
- name: Build Python package
run: |
python setup.py sdist bdist_wheel

0 comments on commit e0f1cd5

Please sign in to comment.