diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 10f1d2b4f73..2d59a7aced0 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -427,7 +427,7 @@ jobs: test-report-xml-base-dir: extensions-jvm integration-tests-alternative-jdk: - name: Integration Tests Alternative JDK 21 + name: Integration Tests Alternative JDK 21 ${{matrix.name}} runs-on: ubuntu-latest needs: initial-mvn-install if: github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'JVM') @@ -472,4 +472,3 @@ jobs: -Dformatter.skip -Dimpsort.skip -Denforcer.skip \ --fail-at-end \ clean verify -