This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 32c3f15f ci: run full pipeline on docs-only changes (#913)
32c3f15f is described below
commit 32c3f15fdea6707d37987619a9a917678adf8354
Author: David Li <[email protected]>
AuthorDate: Wed Jul 19 11:01:48 2023 -0400
ci: run full pipeline on docs-only changes (#913)
This is technically more heavy than necessary, but I think changes that
only touch docs won't be too frequent and it's better than no CI at all
on those PRs.
Fixes #796.
---
.github/workflows/native-unix.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/native-unix.yml
b/.github/workflows/native-unix.yml
index 208c34a8..5ef7238a 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -25,6 +25,7 @@ on:
- "adbc.h"
- "c/**"
- "ci/**"
+ - "docs/**"
- "glib/**"
- "go/**"
- "python/**"
@@ -36,6 +37,7 @@ on:
- "adbc.h"
- "c/**"
- "ci/**"
+ - "docs/**"
- "glib/**"
- "go/**"
- "python/**"