https://github.com/python/cpython/commit/8e6321efd72d12263398994e59c5216edcada3c0 commit: 8e6321efd72d12263398994e59c5216edcada3c0 branch: main author: wookie184 <wookie1...@gmail.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-06-03T00:05:57-06:00 summary:
gh-119961: Fix test workflow status badge in README (#119962) Co-authored-by: Nikita Sobolev <m...@sobolevn.me> files: M README.rst diff --git a/README.rst b/README.rst index e3163c5ff636ab..7dd3660b198784 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ This is Python version 3.14.0 alpha 0 ===================================== -.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg +.. image:: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push :alt: CPython build status on GitHub Actions :target: https://github.com/python/cpython/actions _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com