Skip to content

Commit a2be47c

Browse files
authored
Update bench.yml
1 parent 2fbfc57 commit a2be47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
self:
2525
name: Georgia Tech | Phoenix (NVHPC)
26-
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
26+
if: ${{ github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && (github.event.review.state == 'approved' || github.event.pull_request.user.login == 'sbryngelson') }}
2727
needs: file-changes
2828
strategy:
2929
matrix:

0 commit comments

Comments
 (0)