Skip to content

Commit b34d0bc

Browse files
committed
Filter for single OS
1 parent 2822c75 commit b34d0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: tox
5656

5757
- name: SonarQube Scan
58+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
5859
uses: sonarsource/sonarcloud-github-action@v5
5960
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6062
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)