We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72629e commit 2a2e268Copy full SHA for 2a2e268
.github/workflows/orchestrate.yaml
@@ -35,7 +35,7 @@ jobs:
35
branches: ${{ inputs.branches }}
36
37
build-and-test:
38
- name: Build and test with JDK ${{ matrix.java-version }}
+ name: Build and test ${{ matrix.branch }} with JDK ${{ matrix.java-version }}
39
needs: determine-matrix
40
strategy:
41
fail-fast: false
0 commit comments