diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index e264d65cdf191..bc663278f7dd4 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -1,12 +1,13 @@ name: Gradle Precommit -on: [pull_request] +on: + workflow_dispatch jobs: precommit: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [windows-latest] steps: - uses: actions/checkout@v2 - name: Set up JDK 11 @@ -16,4 +17,4 @@ jobs: distribution: adopt - name: Run Gradle run: | - ./gradlew javadoc precommit --parallel + ./gradlew :server:internalClusterTest diff --git a/settings.gradle b/settings.gradle index a4be462b0a979..7a3b3acded560 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ */ plugins { - id "com.gradle.enterprise" version "3.11.1" + id "com.gradle.enterprise" version "3.12.2" } buildCache {