File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 9
9
pull_request_target :
10
10
branches :
11
11
- main
12
- paths :
13
- - " src/**/*"
14
- - " lib/**/*"
15
- - " ext/**/*"
16
- - " perf/**/*"
17
- - " .buildkite/**/*"
18
- - " Project.toml"
19
12
push :
20
13
branches :
21
14
- main
22
- paths :
23
- - " src/**/*"
24
- - " lib/**/*"
25
- - " ext/**/*"
26
- - " perf/**/*"
27
- - " .buildkite/**/*"
28
- - " Project.toml"
29
15
30
16
jobs :
31
17
benchmark :
32
18
runs-on : ubuntu-latest
33
19
steps :
20
+ - uses : actions/checkout@v4
21
+
34
22
- name : Download Buildkite Artifacts
35
23
id : download
36
24
uses : EnricoMi/download-buildkite-artifact-action@v1
54
42
output-file-path : ${{ steps.locate.outputs.path }}
55
43
benchmark-data-dir-path : " bench"
56
44
github-token : ${{ secrets.GITHUB_TOKEN }}
57
- comment-always : ${{ github.event_name == 'pull_request ' }}
45
+ comment-always : ${{ github.event_name == 'pull_request_target ' }}
58
46
summary-always : true
59
47
alert-threshold : " 125%"
60
48
fail-on-alert : false
61
- auto-push : ${{ github.event_name != 'pull_request ' }}
49
+ auto-push : ${{ github.event_name != 'pull_request_target ' }}
You can’t perform that action at this time.
0 commit comments