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-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 54ac85f  Run build unconditionally (#462)
54ac85f is described below

commit 54ac85f293b024b55de1caa2cd338ec9993a4657
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Apr 16 13:30:07 2026 +0200

    Run build unconditionally (#462)
    
    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

Reply via email to