From 3a2c83d69b64c3553683e68cdb952502019cbdc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 19 Sep 2023 22:34:37 +0200 Subject: [PATCH] ci: kata-deploy: Fix runner name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should be garm-ubuntu-2004-smaller instead of garm-ubuntu-2004-small. Fixes: #7890 Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-kata-deploy-tests-on-garm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-kata-deploy-tests-on-garm.yaml b/.github/workflows/run-kata-deploy-tests-on-garm.yaml index 016708896c..7514a27b64 100644 --- a/.github/workflows/run-kata-deploy-tests-on-garm.yaml +++ b/.github/workflows/run-kata-deploy-tests-on-garm.yaml @@ -34,7 +34,7 @@ jobs: - k0s - k3s - rke2 - runs-on: garm-ubuntu-2004-small + runs-on: garm-ubuntu-2004-smaller env: DOCKER_REGISTRY: ${{ inputs.registry }} DOCKER_REPO: ${{ inputs.repo }}