We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2221e commit 4575336Copy full SHA for 4575336
.github/workflows/sonar.yml
@@ -27,7 +27,7 @@ jobs:
27
sonar:
28
name: SonarCloud Scan
29
runs-on: ubuntu-latest
30
- if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
+ if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) && secrets.SONAR_TOKEN != '' }}
31
steps:
32
- uses: actions/checkout@v4
33
with:
0 commit comments