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 5a8daaa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a8daaa

Please sign in to comment.