Skip to content

Commit 427b028

Browse files
committed
fix: standardize job names in build workflow
1 parent 9ba7712 commit 427b028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fail_ci_if_error: true
8686

8787
build-and-test:
88-
name: Build and Test ${{ matrix.target }}
88+
name: build-and-test (${{ matrix.target }})
8989
runs-on: ${{ matrix.os }}
9090
timeout-minutes: 30
9191
env:

0 commit comments

Comments
 (0)