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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new dd60ccd1e RATIS-2534. Skip zizmor on dependabot push (#1459)
dd60ccd1e is described below

commit dd60ccd1e21aff1773a8f4123820dd05d7cb5c24
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu May 14 20:51:25 2026 +0200

    RATIS-2534. Skip zizmor on dependabot push (#1459)
---
 .github/workflows/zizmor.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index 6b7263f91..206ff2c06 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: { }

Reply via email to