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

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


The following commit(s) were added to refs/heads/latest by this push:
     new c6940c5  HDDS-9698. Skip push build for dependabot (#60)
c6940c5 is described below

commit c6940c58086fb13fc2e5d8b78fc9d74e5c117210
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 6 16:15:49 2026 +0200

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

diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index 921a050..bda248e 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