Skip to content

Commit

Permalink
add comment to PR after benchmark runs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jungblut <[email protected]>
  • Loading branch information
tjungblu committed Jun 28, 2024
1 parent cc78a5a commit e03dfd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/benchmark-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ jobs:
fi
fi
done < <(grep geomean result.txt)
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: process.env.GITHUB_STEP_SUMMARY
})

0 comments on commit e03dfd2

Please sign in to comment.