diff --git a/.github/workflows/internal-ci-trigger.yml b/.github/workflows/internal-ci-trigger.yml index 9225a1a80..abceb4337 100644 --- a/.github/workflows/internal-ci-trigger.yml +++ b/.github/workflows/internal-ci-trigger.yml @@ -263,7 +263,6 @@ jobs: -H "X-GitHub-ADO-Signature: $SIGNATURE" \ -d "$PAYLOAD" \ "https://dev.azure.com/msdata/_apis/public/distributedtask/webhooks/documentdb-oss-external-ci-webhook?api-version=6.0-preview") - echo "ADO webhook response: HTTP ${HTTP_STATUS}" if [[ "$HTTP_STATUS" -lt 200 || "$HTTP_STATUS" -ge 300 ]]; then diff --git a/README.md b/README.md index 6f604f140..6cb012890 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,5 @@ for eachDocument in results: - Check out our [website](https://documentdb.io) to stay up to date with the latest on the project. - Contributors and users can join the [DocumentDB Discord channel](https://discord.gg/vH7bYu524D) for quick collaboration. - Check out [FerretDB](https://github.com/FerretDB/FerretDB) and their integration of DocumentDB as a backend engine. + +