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 02688d9 commit c6258a6Copy full SHA for c6258a6
.github/workflows/bench.yml
@@ -19,7 +19,7 @@ jobs:
19
filters: ".github/file-filter.yml"
20
21
self:
22
- name: ${{ matrix.name }} ${{ matrix.device }}
+ name: ${{ matrix.name }} (${{ matrix.device }})
23
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
24
needs: file-changes
25
strategy:
0 commit comments