Commit da1a85b8dc for openssl.org
commit da1a85b8dc9a205949922f93e9799189564fb8cf
Author: Neil Horman <nhorman@openssl.org>
Date: Tue Sep 15 15:05:18 2026 -0400
Fix Status badges to only show scheduled runs
Ever since we refactored our CI jobs to allow PR's to run some extra
tests (most notably OS Zoo and Run Checker daily), the repo badges
reflecting CI status have been semi-broken. They reflect the status of
the last job run, even if it was triggered by ci-bot via a workflow
dispatch for PR.
Thats not especially useful. Fix up the badges to only reflect the
status of scheduled runs, so we can have some proper visibility on the
status of the head of the tree, rather than the last PR that ran them.
Reviewed-by: Andrew Dinh <andrewd@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Merge-date: Thu Sep 17 16:48:24 2026
Merged-from: https://github.com/openssl/openssl/pull/32841
diff --git a/README.md b/README.md
index fcefc19923..d009d8e42d 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ Welcome to the OpenSSL Project
[![openssl logo]][www.openssl.org]
[![github actions ci badge]][github actions ci]
-[](https://github.com/openssl/openssl/actions/workflows/os-zoo.yml)
+[](https://github.com/openssl/openssl/actions/workflows/os-zoo.yml)
[](https://github.com/openssl/openssl/actions/workflows/provider-compatibility.yml)
[](https://github.com/openssl/openssl/actions/workflows/run_quic_interop.yml)
-[](https://github.com/openssl/openssl/actions/workflows/run-checker-daily.yml)
+[](https://github.com/openssl/openssl/actions/workflows/run-checker-daily.yml)
[](https://insights.linuxfoundation.org/project/openssl)
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit