Update test.yml

This commit is contained in:
Eugene Pankov 2022-11-23 09:29:24 +01:00
parent 82a244496d
commit d89a8b6d76
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -48,7 +48,7 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
if: github.event_name != 'pull_request'
if: github.repository_owner == 'warp-tech'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}