From 36aa88a853ce6ef06165f5f19a4f253bd32a5969 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 24 May 2026 20:00:15 +0300 Subject: [PATCH] cont : move e2e to SH --- .github/workflows/ui-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-ci.yml b/.github/workflows/ui-ci.yml index c14c660b36..fd945d03a6 100644 --- a/.github/workflows/ui-ci.yml +++ b/.github/workflows/ui-ci.yml @@ -93,7 +93,7 @@ jobs: e2e-tests: name: E2E Tests needs: ui-build - runs-on: ubuntu-latest + runs-on: [self-hosted, fast] steps: - name: Checkout code uses: actions/checkout@v6