From 1e992ecbb94fcca7c8af05fbb51f3fbbdc6b5f4d Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 23 Oct 2024 12:06:26 +0200 Subject: [PATCH] Revert CI-PR. --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index eb9c99a9d9..26bca370ad 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -17,7 +17,7 @@ jobs: shell: bash timeout-minutes: 75 run: | - ./mvnw -B -s .github/settings.xml -Pfull,docs clean install --no-transfer-progress + ./mvnw -B -s .github/settings.xml -Pdocs clean install --no-transfer-progress scan: runs-on: ubuntu-latest steps: