From 67a7821946b77aebda7049c260ab5641850010bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Mon, 19 Aug 2024 11:26:44 +0200 Subject: [PATCH] CI force fast runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d1a945b..4ea7a442 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: pip install xmlschema && make ci build_verific: - runs-on: [self-hosted, linux, x64] + runs-on: [self-hosted, linux, x64, fast] steps: - name: Checkout SBY uses: actions/checkout@v4