From 7cb301a9d156f1ff5f60d86e6dd9dc17debb439f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 7 Apr 2026 09:36:04 +0900 Subject: [PATCH] GH-49671: [CI][Docs] Don't run jobs for push by Dependabot --- .github/workflows/docs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8e176994629e..0b5f1e546e6c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,12 +18,17 @@ name: Docs on: + push: + branches: + - '**' + - '!dependabot/**' + tags: + - '**' pull_request: paths: - '.github/workflows/docs.yml' - 'cpp/apidoc/**' - 'docs/**' - push: permissions: contents: read