From 5a8daaa3d5b31b8626e6f553953f1c2741b05d84 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 18 Dec 2024 09:45:33 +0100 Subject: [PATCH] Benchmarks: Fix workflow. [only benchmarks] --- .github/workflows/Benchmark.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index fdb0d50e..7434849b 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -9,28 +9,16 @@ on: pull_request_target: branches: - main - paths: - - "src/**/*" - - "lib/**/*" - - "ext/**/*" - - "perf/**/*" - - ".buildkite/**/*" - - "Project.toml" push: branches: - main - paths: - - "src/**/*" - - "lib/**/*" - - "ext/**/*" - - "perf/**/*" - - ".buildkite/**/*" - - "Project.toml" jobs: benchmark: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Download Buildkite Artifacts id: download uses: EnricoMi/download-buildkite-artifact-action@v1