1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -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: