Skip to content

Commit 71f1cf1

Browse files
committed
Remove Remaining Sonar Reference
Issue gh-10205
1 parent 8297338 commit 71f1cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
DOCS_HOST: ${{ secrets.DOCS_HOST }}
176176
notify_result:
177177
name: Check for failures
178-
needs: [build_jdk_11, snapshot_tests, sonar_analysis, deploy_artifacts, deploy_docs, deploy_schema]
178+
needs: [build_jdk_11, snapshot_tests, deploy_artifacts, deploy_docs, deploy_schema]
179179
if: failure()
180180
runs-on: ubuntu-latest
181181
steps:

0 commit comments

Comments
 (0)