Browse Source

Allow Trevor and me to request PR benchmarks (#6256)

pull/6258/head
Jamey Sharp 2 years ago
committed by GitHub
parent
commit
8376944b3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/performance.yml

2
.github/workflows/performance.yml

@ -31,7 +31,9 @@ jobs:
|| ('bbouvier' == github.event.comment.user.login)
|| ('bjorn3' == github.event.comment.user.login)
|| ('cfallin' == github.event.comment.user.login)
|| ('elliottt' == github.event.comment.user.login)
|| ('fitzgen' == github.event.comment.user.login)
|| ('jameysharp' == github.event.comment.user.login)
|| ('jlb6740' == github.event.comment.user.login)
|| ('sparker-arm' == github.event.comment.user.login)
|| ('uweigand' == github.event.comment.user.login))

Loading…
Cancel
Save