From eba2b6dc4c5d9fc7987b4762e277199dc123c372 Mon Sep 17 00:00:00 2001 From: Joshua Shields <54691495+jvshields@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:53:05 -0500 Subject: [PATCH] give benchmarks.yml a target directory (#166) --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 05fd4870..278583a2 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -112,7 +112,8 @@ jobs: destination-repository-name: "stardis-benchmarks" user.email: tardis.sn.bot@gmail.com target-branch: main - + target-directory: .asv + - name: Compare HEAD with main if PR if: github.event_name == 'pull_request_target' continue-on-error: true # TODO: step failed sporadically while testing