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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 4049815995 Disable reproducibility check on non-critical builds
4049815995 is described below

commit 4049815995085d980821991ed9f84afe1803339b
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 19 14:55:03 2024 +0200

    Disable reproducibility check on non-critical builds
---
 .github/workflows/build.yaml            | 1 +
 .github/workflows/merge-dependabot.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 73c03202e9..f385e12724 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -39,6 +39,7 @@ jobs:
         8
         17
       site-enabled: true
+      reproducibility-check-enabled: false
 
   deploy-snapshot:
     needs: build
diff --git a/.github/workflows/merge-dependabot.yaml 
b/.github/workflows/merge-dependabot.yaml
index a2a8f1f52e..a61da59be4 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -38,6 +38,7 @@ jobs:
       java-version: |
         8
         17
+      reproducibility-check-enabled: false
 
   merge-dependabot:
     needs: build

Reply via email to