From 941f9b108b0b0dc814ed876f8ada089f3ca0a275 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sat, 7 Mar 2026 13:32:13 +0000 Subject: [PATCH] readme: update reference to consolidated workflows Use the new consolidated GitHub Actions workflow (ci.yml) instead of individual workflow badges. Signed-off-by: Radostin Stoyanov --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e2a0de9e..e85d39221 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ -[![X86_64 GCC Test](https://github.com/checkpoint-restore/criu/workflows/X86_64%20GCC%20Test/badge.svg)]( - https://github.com/checkpoint-restore/criu/actions/workflows/x86-64-gcc-test.yml) -[![Docker Test](https://github.com/checkpoint-restore/criu/actions/workflows/docker-test.yml/badge.svg)]( - https://github.com/checkpoint-restore/criu/actions/workflows/docker-test.yml) -[![Podman Test](https://github.com/checkpoint-restore/criu/actions/workflows/podman-test.yml/badge.svg)]( - https://github.com/checkpoint-restore/criu/actions/workflows/podman-test.yml) +[![CI](https://github.com/checkpoint-restore/criu/actions/workflows/ci.yml/badge.svg)]( + https://github.com/checkpoint-restore/criu/actions/workflows/ci.yml) [![CircleCI](https://circleci.com/gh/checkpoint-restore/criu.svg?style=svg)]( https://circleci.com/gh/checkpoint-restore/criu)