From 0d9755ccb80a27df6fb5d4e166aa99d22e337a37 Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Tue, 30 Dec 2025 16:29:08 +0800 Subject: [PATCH] ci: update check doc links tags --- .gitlab/ci/docs.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index 2408a1a505..1ebd9b2488 100644 --- a/.gitlab/ci/docs.yml +++ b/.gitlab/ci/docs.yml @@ -58,7 +58,9 @@ check_readme_links: extends: - .pre_check_template - tags: ["amd64", "brew"] + variables: + GIT_STRATEGY: "fetch" + tags: ["check_doc_links"] allow_failure: true rules: - <<: *if-protected-check @@ -100,6 +102,9 @@ check_docs_gh_links: extends: - .pre_check_template - .doc-rules:build:docs-full + variables: + GIT_STRATEGY: "fetch" + tags: ["check_doc_links"] script: - cd docs - build-docs gh-linkcheck @@ -217,7 +222,9 @@ check_doc_links: needs: - job: deploy_docs_production artifacts: false - tags: ["build", "amd64", "internet"] + variables: + GIT_STRATEGY: "fetch" + tags: ["check_doc_links"] artifacts: when: always paths: