Skip to content

Commit 21976e0

Browse files
authored
ci: Disable Sonar for dependabot PRs (#123)
[skip ci]
1 parent 77935c7 commit 21976e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./mvnw -V -B verify
3030

3131
- name: Scan with SonarCloud
32-
if: github.repository == 'extenda/openapi-httpserver-java'
32+
if: github.repository == 'extenda/openapi-httpserver-java' && github.actor != 'dependabot[bot]'
3333
uses: extenda/actions/sonar-scanner@v0
3434
with:
3535
sonar-host: https://sonarcloud.io

0 commit comments

Comments
 (0)