We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41f458 commit 5a7e839Copy full SHA for 5a7e839
.github/workflows/benchmark_pr.yml
@@ -10,4 +10,7 @@ jobs:
10
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
11
with:
12
julia-version: "1"
13
- job-summary: "true" # Post to "summary" tab of workflow run
+ # 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