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 24
24
25
25
self :
26
26
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'))) }}
31
28
needs : file-changes
32
29
strategy :
33
30
fail-fast : false
You can’t perform that action at this time.
0 commit comments