You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/16 21:17:03 UTC

[logging-log4j2] branch release-2.x updated: Execute `site` goal for every commit in CI

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 22749cd339 Execute `site` goal for every commit in CI
22749cd339 is described below

commit 22749cd339b0e49e8d925068106f39d9578a1d8b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 16 22:18:10 2023 +0100

    Execute `site` goal for every commit in CI
---
 .github/workflows/build.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 67a6e79db9..337b7ba7dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -88,16 +88,12 @@ jobs:
             --global-toolchains ".github/workflows/maven-toolchains.xml" \
             verify
 
-      # Maven `site` goal takes ~1 hour and mostly irrelevant for typical PRs.
-      # Hence, we only execute that for `dependabot` PRs, which tend to break `site` occasionally.
       - name: Maven "site"
-        if: ${{ github.actor == 'dependabot[bot]' }}
-        timeout-minutes: 60
+        timeout-minutes: 10
         shell: bash
         run: |
           ./mvnw \
             --show-version --batch-mode --errors --no-transfer-progress \
-            -DskipTests \
             --global-toolchains ".github/workflows/maven-toolchains.xml" \
             site