Skip to content

Commit 16e95f1

Browse files
committed
build: don't run sonar with depandabot
1 parent ed37d7c commit 16e95f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
./gradlew publishToMavenCentral --stacktrace -Dorg.gradle.configuration-cache.read-only=true
121121
122122
sonar:
123-
needs: [test]
123+
needs: [publish]
124124
name: sonar
125125

126126
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)