We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba62282 commit 5a8daaaCopy full SHA for 5a8daaa
.github/workflows/Benchmark.yml
@@ -9,28 +9,16 @@ on:
9
pull_request_target:
10
branches:
11
- main
12
- paths:
13
- - "src/**/*"
14
- - "lib/**/*"
15
- - "ext/**/*"
16
- - "perf/**/*"
17
- - ".buildkite/**/*"
18
- - "Project.toml"
19
push:
20
21
22
23
24
25
26
27
28
29
30
jobs:
31
benchmark:
32
runs-on: ubuntu-latest
33
steps:
+ - uses: actions/checkout@v4
+
34
- name: Download Buildkite Artifacts
35
id: download
36
uses: EnricoMi/download-buildkite-artifact-action@v1
0 commit comments