Skip to content

Commit 32a3ee9

Browse files
authored
make workflow name consistent (#120)
1 parent 3e2f328 commit 32a3ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-java-bindings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
build:
27-
name: Build for ${{ matrix.target }}
27+
name: Build - ${{ matrix.target }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
@@ -69,7 +69,7 @@ jobs:
6969
path: bindings/java/java_code/src/main/resources/${{ matrix.target }}
7070

7171
test:
72-
name: Test on ${{ matrix.target }}
72+
name: Test - ${{ matrix.target }}
7373
needs: build
7474
strategy:
7575
matrix:

0 commit comments

Comments
 (0)