Skip to content

Commit

Permalink
Ok NOW fix benchmarks please (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 authored Oct 26, 2023
1 parent 3a1be08 commit c34ace3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if: ${{ github.event_name == 'issue_comment' }}
env:
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}
GH_TOKEN: ${{ secrets.ORG_READ_TOKEN }}
run: |
if [[ $(gh api --paginate /orgs/{owner}/members --jq 'any(.login == env.COMMENT_AUTHOR)') != true ]]; then
gh pr comment $PR_NUMBER -b "Sorry, you don't have permission to run benchmarks."
Expand Down

1 comment on commit c34ace3

@github-actions
Copy link

@github-actions github-actions bot commented on c34ace3 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

Please sign in to comment.