From 3aa6c77a017561264108794a273720e671c4ca47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 26 Jul 2023 18:15:04 +0200 Subject: [PATCH] gha: dragonball: Run only on the dragonball labeled machine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Static checks for dragonball are landing on any of the self-hosted runners, and the reason for that is because "self-hosted" was the label selector used. Let's use "dragonball" instead, as the machine has that label as well. Fixes: #7464 Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/static-checks-dragonball.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks-dragonball.yaml b/.github/workflows/static-checks-dragonball.yaml index 3906cd4d6f..d47689e3a7 100644 --- a/.github/workflows/static-checks-dragonball.yaml +++ b/.github/workflows/static-checks-dragonball.yaml @@ -14,7 +14,7 @@ concurrency: name: Static checks dragonball jobs: test-dragonball: - runs-on: self-hosted + runs-on: dragonball env: RUST_BACKTRACE: "1" steps: