From b7d5d83cdac3aad123110e277d4aac982226d43c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 5 Oct 2023 23:48:00 +0200 Subject: [PATCH] Run benchmarks on a dedicated runner (#373) --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9f60e75654..7116a3f6a2 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -18,7 +18,7 @@ env: jobs: benchmark: name: run benchmarks - runs-on: self-hosted + runs-on: benchmarks-runner steps: - name: Checkout sources for a PR if: ${{ github.event.inputs.ref }}