Skip to content

Commit

Permalink
Benchmarks: Fix workflow.
Browse files Browse the repository at this point in the history
[only benchmarks]
  • Loading branch information
maleadt committed Dec 18, 2024
1 parent ba62282 commit ae7e4c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae7e4c2

Please sign in to comment.