Skip to content

Commit

Permalink
Testing more options
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta committed Aug 2, 2024
1 parent 00177c7 commit ab51ea1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,10 @@ jobs:

- uses: actions/github-script@v7
id: create-comment
if: ${{ github.event_name == 'pull_request' }}
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,
repo: context.repo.repo,
body: 'This is a test comment',
});
github.rest.issues.listComments({
return github.rest.issues.listComments({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit ab51ea1

Please sign in to comment.