From a33dc029e4744529f94f3c392f01e2ff34ad1606 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Fri, 19 Apr 2024 11:48:42 +0200 Subject: [PATCH] run on kstest-test --- .github/workflows/test-platforms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-platforms.yml b/.github/workflows/test-platforms.yml index 6f92211d..fc6ac781 100644 --- a/.github/workflows/test-platforms.yml +++ b/.github/workflows/test-platforms.yml @@ -74,7 +74,7 @@ jobs: needs: pr-info if: needs.pr-info.outputs.allowed_user == 'true' name: Run tests on the platform - runs-on: [self-hosted, kstest] + runs-on: [self-hosted, kstest-test] env: STATUS_NAME: test-platforms TARGET_BRANCH: ${{ needs.pr-info.outputs.base_ref }}