This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch all-in-one in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
commit 09f25c2dea9e9d763aea6f7c59e7f5d6916c2927 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Jun 6 16:15:49 2026 +0200 HDDS-9698. Skip push build for dependabot (#60) (cherry picked from commit c6940c58086fb13fc2e5d8b78fc9d74e5c117210) --- .github/workflows/zizmor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index b02eeac..36d715e 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]
