From 1c8b63311b5349c81d7855d0381faa64bdae7ff2 Mon Sep 17 00:00:00 2001 From: JSap0914 Date: Sun, 5 Jul 2026 15:52:26 +0900 Subject: [PATCH] ci: ignore templated release branch links --- .github/workflows/link-fail-fast.yaml | 1 + .github/workflows/link.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/link-fail-fast.yaml b/.github/workflows/link-fail-fast.yaml index 57f8b31ff..3af1362fb 100644 --- a/.github/workflows/link-fail-fast.yaml +++ b/.github/workflows/link-fail-fast.yaml @@ -20,6 +20,7 @@ jobs: - name: Download Exclude Path run: | curl https://raw.githubusercontent.com/pingcap/docs/master/.lycheeignore -O + echo 'https://.*github.*/%7B%7B%7B%20.tidb_operator_release_branch%20%7D%7D%7D' >> .lycheeignore - name: Link Checker if: ${{ steps.changed-files.outputs.all_changed_files }} diff --git a/.github/workflows/link.yml b/.github/workflows/link.yml index 06b77ceaa..5f3a578c9 100644 --- a/.github/workflows/link.yml +++ b/.github/workflows/link.yml @@ -15,6 +15,7 @@ jobs: - name: Download Exclude Path run: | curl https://raw.githubusercontent.com/pingcap/docs/master/.lycheeignore --output .lycheeignore + echo 'https://.*github.*/%7B%7B%7B%20.tidb_operator_release_branch%20%7D%7D%7D' >> .lycheeignore - name: Check Links uses: lycheeverse/lychee-action@v1.6.1