Skip to content

Commit 7d7b14d

Browse files
committed
Added branch and java version to job name
1 parent e9302f7 commit 7d7b14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
9090
9191
build:
92+
name: Build ${{ matrix.branch }} (JDK ${{ matrix.java-version }})
9293
needs: setup
9394
runs-on: ubuntu-latest
9495
timeout-minutes: 60

0 commit comments

Comments
 (0)