From d334e3c3bb106e93be865990249d57da1aaa6c46 Mon Sep 17 00:00:00 2001 From: Pier-Olivier Thibault <23230+pier-oliviert@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:18:58 -0400 Subject: [PATCH] Docs: Change badge to reflect new Github Action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c497c..181518f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Konditionner: Conditions for K8s Custom Resources -[![Main](https://github.com/pier-oliviert/konditionner/actions/workflows/main.yaml/badge.svg)](https://github.com/pier-oliviert/konditionner/actions/workflows/main.yaml) +[![Tests](https://github.com/pier-oliviert/konditionner/actions/workflows/tests.yaml/badge.svg)](https://github.com/pier-oliviert/konditionner/actions/workflows/tests.yaml) This library exists to help manage conditions for people that builds Custom Resources Definitions(CRDs) for Kubernetes. Konditionner is built on the same idea as the utility package from [API Machinery](https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Condition) but with extensibility in mind.