From 8f226962e2c834c4d4348f769f09dd4ffe55e5f6 Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Mon, 20 Apr 2026 09:38:28 +0800 Subject: [PATCH 1/2] Update test.yml --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69ba4c0e4865..a5b2b4eca2bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,12 +3,16 @@ on: push: paths-ignore: &ignore_paths - docs/** + - EXTENSIONS + - LICENSE - NEWS - UPGRADING - UPGRADING.INTERNALS - - '**/README.*' - - CONTRIBUTING.md - - CODING_STANDARDS.md + - '**/*.md' + - '**/*.rst' + - '**/CREDITS' + - .github/CODEOWNERS + - .github/ISSUE_TEMPLATE/** - .cirrus.yml - .circleci/** branches: From a91a529c4cbd1ecd38ac9dac241cd2770a7a38c5 Mon Sep 17 00:00:00 2001 From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:44:26 +0800 Subject: [PATCH 2/2] Remove CREDITS --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5b2b4eca2bd..1c2943c5502c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,6 @@ on: - UPGRADING.INTERNALS - '**/*.md' - '**/*.rst' - - '**/CREDITS' - .github/CODEOWNERS - .github/ISSUE_TEMPLATE/** - .cirrus.yml