Skip to content

Commit

Permalink
provide reference ref for benchmark action
Browse files Browse the repository at this point in the history
it's apparently not possible to also provide a PR number for the comment
to target, since that is automically determined by the action (and wrong
for workflow_run workflows)

See also: benchmark-action/github-action-benchmark#250
  • Loading branch information
WorldSEnder committed Aug 23, 2024
1 parent aa21119 commit 97560be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
# Enable job summary
summary-always: true
comment-always: true
ref: ${{ github.event.workflow_run.head_sha }}

0 comments on commit 97560be

Please sign in to comment.