This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new ff7de0cd2c Disable reproducibility check on non-critical builds
ff7de0cd2c is described below
commit ff7de0cd2ce67d741fb723a0570e3d338917f507
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 | 2 ++
2 files changed, 3 insertions(+)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 12a41782b5..7e5d2cfd6c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
GE_ACCESS_TOKEN: ${{ ! startsWith(github.refname, 'release/') &&
secrets.GE_ACCESS_TOKEN }}
with:
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 3bce3ac06b..78f141f337 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -34,6 +34,8 @@ jobs:
uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
secrets:
GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
+ with:
+ reproducibility-check-enabled: false
merge-dependabot:
needs: build