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 b842f21 commit 405c39cCopy full SHA for 405c39c
.github/workflows/bench.yml
@@ -23,7 +23,7 @@ jobs:
23
filters: ".github/file-filter.yml"
24
25
self:
26
- name: ${{ matrix.name }} (${{ matrix.device }})
+ 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')
0 commit comments