diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index fdb0d50e..dc1d3113 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -26,11 +26,14 @@ on: - "perf/**/*" - ".buildkite/**/*" - "Project.toml" + - ".github/workflows/Benchmark.yml" jobs: benchmark: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Download Buildkite Artifacts id: download uses: EnricoMi/download-buildkite-artifact-action@v1