File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11name : ' Benchmark'
22
3- on :
3+ on :
4+ pull_request :
45 pull_request_review :
56 types : [submitted]
67 workflow_dispatch :
2324
2425 self :
2526 name : Georgia Tech | Phoenix (NVHPC)
26- if : ${{ github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && (github.event.review.state == 'approved' || github.event.pull_request.user.login == 'sbryngelson') }}
27+ if : ${{ github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && (
28+ (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
29+ (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'sbryngelson')
30+ ) }}
2731 needs : file-changes
2832 strategy :
2933 matrix :
You can’t perform that action at this time.
0 commit comments