Skip to content

Commit 6f7e084

Browse files
authored
Merge pull request #167 from xdev-software/update-from-template
Update from template
2 parents 327e9da + 4575336 commit 6f7e084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sonar:
2828
name: SonarCloud Scan
2929
runs-on: ubuntu-latest
30-
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
30+
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) && secrets.SONAR_TOKEN != '' }}
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:

0 commit comments

Comments
 (0)