Skip to content

Commit

Permalink
make workflow name consistent (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jul 29, 2024
1 parent a057ecf commit 9ea8a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
build:
name: Build for ${{ matrix.target }}
name: Build - ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
path: bindings/java/java_code/src/main/resources/${{ matrix.target }}

test:
name: Test on ${{ matrix.target }}
name: Test - ${{ matrix.target }}
needs: build
strategy:
matrix:
Expand Down

0 comments on commit 9ea8a02

Please sign in to comment.