File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2424
2525 self :
2626 name : " ${{ matrix.name }} (${{ matrix.device }})"
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- ) }}
27+ if : ${{ github.repository=='MFlowCode/MFC' && needs.file-changes.outputs.checkall=='true' && ((github.event_name=='pull_request_review' && github.event.review.state=='approved') || (github.event_name=='pull_request' && (github.event.pull_request.user.login=='sbryngelson' || github.event.pull_request.user.login=='wilfonba'))) }}
3128 needs : file-changes
3229 strategy :
3330 fail-fast : false
You can’t perform that action at this time.
0 commit comments