From 7bf537444fbbdba5f46ea954bbd42e29153f614d Mon Sep 17 00:00:00 2001 From: abmantis Date: Thu, 6 Aug 2026 20:12:41 +0100 Subject: [PATCH] Improve description --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9adc51a581be..2ef8b74383d4 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -9,7 +9,7 @@ on: default: "dev" required: true images: - description: "JSON array of machine images to test" + description: "JSON array of machine or base images to test" default: >- ["generic-x86-64", "khadas-vim3", "odroid-c2", "odroid-c4", "odroid-m1", "odroid-n2", "qemuarm-64", "qemux86-64", @@ -23,7 +23,7 @@ on: required: true type: string images: - description: "JSON array of machine images to test" + description: "JSON array of machine or base images to test" required: true type: string