Remove Remaining Sonar Reference

Issue gh-10205
This commit is contained in:
Rob Winch 2021-08-16 14:45:33 -05:00
parent 829733896c
commit 71f1cf1e0b
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ jobs:
DOCS_HOST: ${{ secrets.DOCS_HOST }}
notify_result:
name: Check for failures
needs: [build_jdk_11, snapshot_tests, sonar_analysis, deploy_artifacts, deploy_docs, deploy_schema]
needs: [build_jdk_11, snapshot_tests, deploy_artifacts, deploy_docs, deploy_schema]
if: failure()
runs-on: ubuntu-latest
steps: