From 6f1cb8af351c1a2371d5e5d70c28dc787906d687 Mon Sep 17 00:00:00 2001 From: Dunqing Date: Mon, 1 Jul 2024 22:49:06 +0800 Subject: [PATCH] chore(ci/link-check): ignore all fixtures --- .github/workflows/link-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d2dc3e426945c..39c0892990f81 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,11 +8,13 @@ on: paths: - '**/*.md' - '**/*.html' + - '!**/fixtures/**' pull_request: types: [opened, synchronize] paths: - '**/*.md' - '**/*.html' + - '!**/fixtures/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}