Skip to content

Commit add32aa

Browse files
committed
[doc] Improve CI job step title
1 parent 35a9de9 commit add32aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Javadoc (Linux only)
5555
if: ${{ matrix.os == 'ubuntu-latest' }}
5656
run: mvn -V -B -q -T 1C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
57-
- name: Maven Code Coverage
57+
- name: Maven Code Coverage (Develop branch on Linux only)
5858
if: ${{ github.ref == 'refs/heads/develop' && matrix.os == 'ubuntu-latest' }}
5959
env:
6060
CI_NAME: github

0 commit comments

Comments
 (0)