Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackathon 2024-08 pyrobench #555

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
debug context
  • Loading branch information
bryanhuhta committed Aug 2, 2024
commit 00177c73d3d7be83c4be24b1fbbaa3ba4abe2df3
2 changes: 2 additions & 0 deletions .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ jobs:
with:
# TODO(bryan): Only run on pull_request, not push
script: |
console.log(context);

github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Loading