From aa3482ea6c5f0cc205623166a2189d54272bf59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Wed, 21 Aug 2024 08:26:14 +0200 Subject: [PATCH] ci: Fix the GH free-runners label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the reason GH is not picking up the jobs is a missing "." in the label name. Signed-off-by: Lukáš Doktor --- .github/workflows/ccruntime_e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 784767c9..4e1ff814 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -24,8 +24,8 @@ jobs: instance: - "az-ubuntu-2004" - "az-ubuntu-2204" - - "ubuntu-2004" - - "ubuntu-2204" + - "ubuntu-20.04" + - "ubuntu-22.04" - "s390x-large" - "tdx" - "sev"