Skip to content

Commit 2a2e268

Browse files
committed
Add branch name in build-and-test in orchestrate.yaml
1 parent f72629e commit 2a2e268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/orchestrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
branches: ${{ inputs.branches }}
3636

3737
build-and-test:
38-
name: Build and test with JDK ${{ matrix.java-version }}
38+
name: Build and test ${{ matrix.branch }} with JDK ${{ matrix.java-version }}
3939
needs: determine-matrix
4040
strategy:
4141
fail-fast: false

0 commit comments

Comments
 (0)