From a0e4b7aa3c0e82b57937f7313a3009102e1a9fe7 Mon Sep 17 00:00:00 2001 From: wan9chi Date: Thu, 2 Jul 2026 10:26:08 +0800 Subject: [PATCH] ci: skip full CI for docs deploy config --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0811fb336a..efc8c29682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: code: - '!**/*.md' - '!docs/**' + - '!.github/workflows/deploy-docs-preview.yml' + - '!.github/workflows/deploy-docs.yml' + - '!netlify.toml' download-previous-rolldown-binaries: needs: detect-changes