This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feature/remove-scheduled-build in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit 252f26ef9478ecaf5dd5961e065c9f1fd98ca3c9 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Apr 3 14:50:28 2025 +0200 Remove daily samples build 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
