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

fokko pushed a commit to branch fd-dont-run-markdown-link-checker-all-the-time
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 284a2ec382c864d96e4a42af36d0459ddc5d51b9
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Mar 27 17:31:39 2024 +0100

    CI: Run Markdown links checker only when `{docs,site}/**` changes
---
 .github/workflows/docs-check-links.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/docs-check-links.yml 
b/.github/workflows/docs-check-links.yml
index 9de842813d..4275a2d6ef 100644
--- a/.github/workflows/docs-check-links.yml
+++ b/.github/workflows/docs-check-links.yml
@@ -27,6 +27,9 @@ on:
     branches:
       - 'main'
   pull_request:
+    paths:
+      - docs/**
+      - site/**
   workflow_dispatch:
 
 jobs:

Reply via email to