This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new ba487fc1 Restore workflow triggering changes. (#1709)
ba487fc1 is described below
commit ba487fc1521f40c57f809d37f4f939e12fd41845
Author: Renjie Liu <[email protected]>
AuthorDate: Thu Sep 25 18:25:10 2025 +0800
Restore workflow triggering changes. (#1709)
## Which issue does this PR close?
- Closes #1708.
## What changes are included in this PR?
This pr ensures that when github action/workflow file changed ci is
triggered.
## Are these changes tested?
Test in ci.
---
.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 3ed1ca60..5c904b31 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 43b11245..aa3f54d3 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/**'