This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new fce60b73 restrict python CI to python directory (#1383)
fce60b73 is described below
commit fce60b73533195abfbaf73e3ee361f1ea4a398b6
Author: Huy1Ng <[email protected]>
AuthorDate: Sun Jan 18 02:30:13 2026 +0700
restrict python CI to python directory (#1383)
Co-authored-by: Huy Nguyen <[email protected]>
---
.github/workflows/build.yml | 4 ++++
.gitignore | 1 +
2 files changed, 5 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1f596ce7..4129fe2c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,9 +27,13 @@ concurrency:
on:
pull_request:
branches: ["main"]
+ paths:
+ - 'python/**'
push:
tags: ["*-rc*"]
branches: ["branch-*"]
+ paths:
+ - 'python/**'
jobs:
test-release:
diff --git a/.gitignore b/.gitignore
index 9552147c..d3ef915d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ arrow-src.tar
arrow-src.tar.gz
CHANGELOG.md.bak
Cargo.toml.bak
+data/
# Compiled source
*.a
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]