Skip to content

Commit ba487fc

Browse files
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.
1 parent f22c0f9 commit ba487fc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ on:
2424
pull_request:
2525
paths:
2626
- '**' # Include all files and directories in the repository by default.
27-
- '!.github/workflows/**' # Exclude all workflow files
28-
- '.github/workflows/bindings_python_ci.yml' # except the current file.
29-
- '!.github/actions/**' # Exclude custom actions
30-
- 'bindings/python/**' # Include source codes and its dependencies
31-
- '!crates/**'
32-
- 'crates/iceberg/**'
33-
- 'crates/integrations/datafusion/**'
3427
- '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation.
3528
- '!scripts/**'
3629
- '!website/**'

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ on:
2424
pull_request:
2525
paths:
2626
- '**' # Include all files and directories in the repository by default.
27-
- '!.github/workflows/**' # Exclude all workflow files
28-
- '.github/workflows/ci.yml' # except the current file.
29-
- '!.github/actions/**' # Exclude custom actions
3027
- '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation.
3128
- '!scripts/**'
3229
- '!website/**'

0 commit comments

Comments
 (0)