Skip to content

Commit

Permalink
ci: tidy windows workflow job name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Dec 19, 2023
1 parent dc4ce0d commit 509eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
name: "${{ matrix.os }}/${{ matrix.arch }}${{ matrix.generator && format(' ({0})', matrix.generator) || '' }}"
name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})"
runs-on: "${{ matrix.os }}"
permissions:
contents: read
Expand Down

0 comments on commit 509eb64

Please sign in to comment.