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 ee5ccc39789ea8ca701057e49c8118732632012f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 6 16:15:49 2026 +0200

    HDDS-9698. Skip push build for dependabot (#60)
    
    (cherry picked from commit c6940c58086fb13fc2e5d8b78fc9d74e5c117210)
---
 .github/workflows/zizmor.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index b02eeac..36d715e 100644
--- a/.github/workflows/zizmor.yml
+++ b/.github/workflows/zizmor.yml
@@ -17,6 +17,10 @@ name: zizmor
 
 on:
   push:
+    branches-ignore:
+      - 'dependabot/**'
+    tags:
+      - '**'
   pull_request:
 
 permissions: { }


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

Reply via email to