From 651a3d94f1a4bef2a4d032afc38b568c5a009cf3 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Tue, 29 Jul 2025 14:50:09 -0400 Subject: [PATCH] updated readme Signed-off-by: Francisco Javier Arceo --- .github/workflows/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 3347b05f8..2f4560183 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -5,7 +5,6 @@ Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table | Name | File | Purpose | | ---- | ---- | ------- | | Update Changelog | [changelog.yml](changelog.yml) | Creates PR for updating the CHANGELOG.md | -| Coverage Badge | [coverage-badge.yml](coverage-badge.yml) | Creates PR for updating the code coverage badge | | Installer CI | [install-script-ci.yml](install-script-ci.yml) | Test the installation script | | Integration Auth Tests | [integration-auth-tests.yml](integration-auth-tests.yml) | Run the integration test suite with Kubernetes authentication | | SqlStore Integration Tests | [integration-sql-store-tests.yml](integration-sql-store-tests.yml) | Run the integration test suite with SqlStore |