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

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

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

    HDDS-9698. Skip push build for dependabot (#62)
    
    (cherry picked from commit a0216145d6c4b87e0b9951faf23414825e9f8397)
---
 .github/workflows/build-and-tag.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/build-and-tag.yaml 
b/.github/workflows/build-and-tag.yaml
index 73dd339..b9654fe 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -19,6 +19,10 @@ name: build-and-tag
 
 on:
   push:
+    branches-ignore:
+      - 'dependabot/**'
+    tags:
+      - '**'
 
 permissions:
   contents: read


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

Reply via email to