From ebfa2ece4fc0d17653995a65313055b58fb6f54f Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Sun, 3 Aug 2025 17:36:52 +0200 Subject: [PATCH] [no-relnote] Add E2E CI Pipeline status badge Signed-off-by: Carlos Eduardo Arango Gutierrez --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92c39a8f5..6079b492f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Latest Release](https://img.shields.io/github/v/release/NVIDIA/holodeck?label=latest%20release)](https://github.com/NVIDIA/holodeck/releases/latest) +[![CI Pipeline](https://github.com/NVIDIA/holodeck/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/NVIDIA/holodeck/actions/workflows/ci.yaml) + A tool for creating and managing GPU-ready Cloud test environments. ---