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 1b77a3bc39d68513a1e3387ebbe43d44dda1fa71
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jun 2 16:07:47 2026 +0200

    HDDS-9698. Skip push build for dependabot (#69)
    
    (cherry picked from commit 05c476d6969cdd7d852d44978a4f01a8a126457a)
---
 .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