This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch slim
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git

commit 419691e4dfe2e0b3a294ec972bc930fa8dd797c4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Apr 13 16:23:34 2026 +0200

    HDDS-9698. Skip push build for dependabot (#54)
    
    (cherry picked from commit fb27729dc72b77aa88b377bc3a2ef5428e188bb1)
---
 .github/workflows/build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0474e0f..6b8d9a0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -23,6 +23,7 @@ on:
     types: [opened, ready_for_review, synchronize]
   push:
     branches-ignore:
+      - 'dependabot/**'
       - 'ozone-**'
   workflow_call:
     outputs:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to