This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new 8a5e04b MINOR: Add paths-ignore to the CI trigger condition in
test.yml (#587)
8a5e04b is described below
commit 8a5e04bdecf100e8e981daacfa117e8b5aadacb9
Author: Zehua Zou <[email protected]>
AuthorDate: Mon Jun 22 17:06:14 2026 +0800
MINOR: Add paths-ignore to the CI trigger condition in test.yml (#587)
---
.github/workflows/test.yml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4e50e87..31adba0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,17 @@
name: Test
-on: [push, pull_request]
+on:
+ push:
+ paths-ignore:
+ - '**/*.md'
+ - 'doc/images/**'
+ - 'logo/**'
+ pull_request:
+ paths-ignore:
+ - '**/*.md'
+ - 'doc/images/**'
+ - 'logo/**'
jobs:
build: