This is an automated email from the ASF dual-hosted git repository.
peterxcli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 05c476d HDDS-9698. Skip push build for dependabot (#69)
05c476d is described below
commit 05c476d6969cdd7d852d44978a4f01a8a126457a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jun 2 16:07:47 2026 +0200
HDDS-9698. Skip push build for dependabot (#69)
---
.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]