Skip to content

Commit 9206cb2

Browse files
committed
ci: bench on PR sha
1 parent 31d9b85 commit 9206cb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
1111
with:
1212
julia-version: "1"
13-
job-summary: "true" # Post to "summary" tab of workflow run
13+
# Post to "summary" tab of workflow run:
14+
job-summary: "true"
15+
# Run benchmark using PR's version of the script:
16+
bench-on: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)