This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new af3956cae3d [improve][misc] CI status on README.md (#17590)
af3956cae3d is described below
commit af3956cae3dd7a4059a9d9111eca58f80b84d38b
Author: tison <[email protected]>
AuthorDate: Tue Sep 13 03:25:39 2022 +0800
[improve][misc] CI status on README.md (#17590)
1. We don't run Pulsar CI for the master branch, so although we can add a
badge for it
[](https://github.com/apache/pulsar/actions/workflows/pulsar-ci.yaml),
it's inaccurate.
2. Docker build workflow name has been changed. Also, the workflow doesn't
reflect a useful status. Replace it with docker pull statistics.
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 72e1e7c38b0..786c1b39237 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,7 @@

-[](https://github.com/apache/pulsar/actions/workflows/ci-unit.yaml)
-[](https://hub.docker.com/r/apachepulsar/pulsar)
+[](https://hub.docker.com/r/apachepulsar/pulsar)
[](https://github.com/apache/pulsar/graphs/contributors)
[](https://github.com/apache/pulsar/commits/master)
[](https://github.com/apache/pulsar/releases)