Skip to content

Commit a41f458

Browse files
committed
ci: switch to job summary version
1 parent c011abe commit a41f458

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: Benchmark PR
2-
32
on:
4-
pull_request_target:
3+
pull_request:
54
branches: [ main ]
65

7-
permissions:
8-
pull-requests: write # needed to post comments
9-
106
jobs:
117
bench:
128
runs-on: ubuntu-latest
139
steps:
1410
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
1511
with:
16-
julia-version: '1'
12+
julia-version: "1"
13+
job-summary: "true" # Post to "summary" tab of workflow run

0 commit comments

Comments
 (0)