From ef29303558d4caf5ff412db9579ea28346b77f3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Sep 2023 00:19:24 +0200 Subject: [PATCH] perf(ci): ensure internal benchmark run on the same self hosted runner MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2600daba..76a8a666 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: internal-benchmark: if: github.repository == 'poolifier/poolifier' name: Internal benchmark - runs-on: self-hosted + runs-on: [self-hosted, benchmark] steps: - name: Checkout uses: actions/checkout@v4 -- 2.34.1