From 6c483165da735f4b2d7f496ec778374fb2ca827e Mon Sep 17 00:00:00 2001 From: Varik Matevosyan Date: Wed, 4 Oct 2023 20:53:18 +0400 Subject: [PATCH] Run Benchmark on self hosted runner --- .github/workflows/benchmark-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-linux.yaml b/.github/workflows/benchmark-linux.yaml index 0ad300197..7108ab112 100644 --- a/.github/workflows/benchmark-linux.yaml +++ b/.github/workflows/benchmark-linux.yaml @@ -12,7 +12,7 @@ on: jobs: benchmark: - runs-on: benchmark + runs-on: self-hosted steps: - uses: actions/checkout@v3