This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch fix/unconditional-build in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 4f4ce3af18d9dfa23ddcb8daa80ad56f01b533d5 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu Apr 16 12:59:58 2026 +0200 Run build unconditionally With `merge-dependabot` out of the way, the `build` workflow should run for all PRs. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6b9e789..a87c0c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,6 @@ permissions: { } jobs: build: - if: github.actor != 'dependabot[bot]' uses: apache/logging-parent/.github/workflows/build-reusable.yaml@gha/v0 with: site-enabled: true
