From 8376944b3fe1da9964954cb3a745fc3230847707 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Thu, 20 Apr 2023 15:13:32 -0700 Subject: [PATCH] Allow Trevor and me to request PR benchmarks (#6256) --- .github/workflows/performance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 54308bfc56..0b39524a70 100644 --- a/.github/workflows/performance.yml +++ b/.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))