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

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

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

    RATIS-2534. Skip zizmor on dependabot push (#114)
    
    (cherry picked from commit 1ebbed6cadc023c9e6db0db6b64be0ac25ba9b3e)
---
 .github/workflows/zizmor.yaml | 4 ++++
 1 file changed, 4 insertions(+)

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

Reply via email to