From 5c1b0612551662490b90f11512e1c09fdec64447 Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Fri, 12 Sep 2025 11:38:56 +0200 Subject: [PATCH] Rename workflow go_legacy to "Go Test (oldstable)" so it is distinct from the other "Go" workflow --- .github/workflows/go_legacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_legacy.yml b/.github/workflows/go_legacy.yml index a86368d..fda6413 100644 --- a/.github/workflows/go_legacy.yml +++ b/.github/workflows/go_legacy.yml @@ -1,4 +1,4 @@ -name: Go +name: Go Test (oldstable) on: push: