From 255fca40445abc1a3b1321de999487f923e71c68 Mon Sep 17 00:00:00 2001 From: liurenjie1024 Date: Wed, 24 Sep 2025 17:58:10 +0800 Subject: [PATCH] Restore some changes --- .github/workflows/bindings_python_ci.yml | 7 ------- .github/workflows/ci.yml | 3 --- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/bindings_python_ci.yml b/.github/workflows/bindings_python_ci.yml index 3ed1ca6030..5c904b319d 100644 --- a/.github/workflows/bindings_python_ci.yml +++ b/.github/workflows/bindings_python_ci.yml @@ -24,13 +24,6 @@ on: pull_request: paths: - '**' # Include all files and directories in the repository by default. - - '!.github/workflows/**' # Exclude all workflow files - - '.github/workflows/bindings_python_ci.yml' # except the current file. - - '!.github/actions/**' # Exclude custom actions - - 'bindings/python/**' # Include source codes and its dependencies - - '!crates/**' - - 'crates/iceberg/**' - - 'crates/integrations/datafusion/**' - '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation. - '!scripts/**' - '!website/**' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b112459a..aa3f54d317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,6 @@ on: pull_request: paths: - '**' # Include all files and directories in the repository by default. - - '!.github/workflows/**' # Exclude all workflow files - - '.github/workflows/ci.yml' # except the current file. - - '!.github/actions/**' # Exclude custom actions - '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation. - '!scripts/**' - '!website/**'