From b765530aaedc3a48158269ece3e42e5c77a3a4d4 Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Sun, 19 Apr 2026 12:43:38 +0800 Subject: [PATCH 1/4] Update test.yml --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69ba4c0e4865..747c780ad626 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,12 +3,20 @@ on: push: paths-ignore: &ignore_paths - docs/** + - docs-old/** - NEWS - UPGRADING - UPGRADING.INTERNALS + - EXTENSIONS + - LICENSE + - SECURITY.md + - '**/*.md' + - '**/*.rst' - '**/README.*' - CONTRIBUTING.md - CODING_STANDARDS.md + - .github/CODEOWNERS + - .github/ISSUE_TEMPLATE/** - .cirrus.yml - .circleci/** branches: From 0674b4fd4d6796863ea986d0bd0e5c773aa2c61d Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Sun, 19 Apr 2026 12:44:13 +0800 Subject: [PATCH 2/4] add CREDITS file --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 747c780ad626..73c47ecf043c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ on: - SECURITY.md - '**/*.md' - '**/*.rst' + - '**/CREDITS' - '**/README.*' - CONTRIBUTING.md - CODING_STANDARDS.md From 395bed90e97669782691061a94a4c51d4c9aeb69 Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Sun, 19 Apr 2026 12:46:49 +0800 Subject: [PATCH 3/4] [skip ci] change orders --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73c47ecf043c..515cccc259d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,18 +4,18 @@ on: paths-ignore: &ignore_paths - docs/** - docs-old/** + - CONTRIBUTING.md + - CODING_STANDARDS.md + - EXTENSIONS + - LICENSE - NEWS - UPGRADING - UPGRADING.INTERNALS - - EXTENSIONS - - LICENSE - SECURITY.md - '**/*.md' - '**/*.rst' - '**/CREDITS' - '**/README.*' - - CONTRIBUTING.md - - CODING_STANDARDS.md - .github/CODEOWNERS - .github/ISSUE_TEMPLATE/** - .cirrus.yml From a91ce472695d1d6762fabd16f42e751c1f81b638 Mon Sep 17 00:00:00 2001 From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Sun, 19 Apr 2026 17:07:40 +0800 Subject: [PATCH 4/4] [skip ci] apply suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Voříšek --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 515cccc259d1..a5b2b4eca2bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,19 +3,14 @@ on: push: paths-ignore: &ignore_paths - docs/** - - docs-old/** - - CONTRIBUTING.md - - CODING_STANDARDS.md - EXTENSIONS - LICENSE - NEWS - UPGRADING - UPGRADING.INTERNALS - - SECURITY.md - '**/*.md' - '**/*.rst' - '**/CREDITS' - - '**/README.*' - .github/CODEOWNERS - .github/ISSUE_TEMPLATE/** - .cirrus.yml