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-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 9f73e40 Remove daily samples build (#304)
9f73e40 is described below
commit 9f73e4023d01d265f57e348aaa41cbdaf50c8371
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Apr 13 21:49:13 2025 +0200
Remove daily samples build (#304)
The daily build of samples is no longer necessary, since a build occurs:
- When a change to the `main` branch is pushed.
- When a new snapshot or release is built in `logging-log4j2`.
- When a PR in this repo is evaluated.
This should account for all the possible factors that can influence the
result of a build.
---
.github/workflows/build.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7ba9dac..ae600a2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,8 +30,6 @@ on:
- "**.adoc"
- "**.md"
- "**.txt"
- schedule:
- - cron: "29 17 * * *"
permissions: read-all