From 4abb5397cb7bf30845954ef31e6999d9a2127b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxemilian=20Gr=C3=B6nblom?= Date: Fri, 24 May 2024 10:42:33 +0300 Subject: [PATCH] chore(ci): changed the URL of the benchmarker to the new repo. --- .github/workflows/benchmarker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarker.yml b/.github/workflows/benchmarker.yml index a4831a5d..8f537caa 100644 --- a/.github/workflows/benchmarker.yml +++ b/.github/workflows/benchmarker.yml @@ -87,7 +87,7 @@ jobs: steps: - shell: bash - run: git -C shot-benchmarker pull || git clone https://github.com/maxemiliang/shot-benchmarker.git + run: git -C shot-benchmarker pull || git clone https://github.com/andreaslundell/shot-benchmarker.git - name: Fetch SHOT artifact if: ${{ inputs.shot_artifact != '' }}