This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch kevinjqliu/manual-trigger-markdown-lint in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit edc37447ca35e097553e982b5ca6160b82274bc6 Author: Kevin Liu <[email protected]> AuthorDate: Mon Nov 17 16:06:39 2025 -0800 Add workflow_dispatch trigger to markdown link check --- .github/workflows/check-md-link.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-md-link.yml b/.github/workflows/check-md-link.yml index ed912e508..fe51b143d 100644 --- a/.github/workflows/check-md-link.yml +++ b/.github/workflows/check-md-link.yml @@ -30,6 +30,7 @@ on: paths: - '.github/workflows/check-md-link.yml' - 'mkdocs/**' + workflow_dispatch: jobs: markdown-link-check:
