We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbfc57 commit a2be47cCopy full SHA for a2be47c
.github/workflows/bench.yml
@@ -23,7 +23,7 @@ jobs:
23
24
self:
25
name: Georgia Tech | Phoenix (NVHPC)
26
- if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
+ if: ${{ github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && (github.event.review.state == 'approved' || github.event.pull_request.user.login == 'sbryngelson') }}
27
needs: file-changes
28
strategy:
29
matrix:
0 commit comments