Skip to content

Commit 27fc670

Browse files
🩹 [Patch]: Simplify job name in ActionTestWorkflow to use OS only
1 parent 446940d commit 27fc670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ActionTestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
name: '${{ inputs.Path }} - ${{ inputs.TestType }} [${{ matrix.os }}]'
25+
name: ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout repo

0 commit comments

Comments
 (0)