You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 07:21:47 UTC

[logging-log4j2] branch master updated: Only use master workflow on master

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c271f8  Only use master workflow on master
9c271f8 is described below

commit 9c271f8583b1497ce2cebb72381e96ddd8dfe973
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:21:16 2022 -0600

    Only use master workflow on master
---
 .github/workflows/build.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3c003f3..a080581 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,6 @@ on:
   push:
     branches:
       - master
-      - release-2.x
   pull_request:
 
 jobs:
@@ -50,5 +49,4 @@ jobs:
             --show-version --batch-mode --errors --no-transfer-progress \
             -DtrimStackTrace=false \
             -Dsurefire.rerunFailingTestsCount=2 \
-            -Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000 \
-            --global-toolchains ".github/workflows/maven-toolchains.xml"
+            -Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000