This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new b3f2625a1 ORC-1656: Skip build and test on conan updates
b3f2625a1 is described below
commit b3f2625a1a12a7073d7bfc98552bd268879e9e41
Author: sychen <[email protected]>
AuthorDate: Fri Mar 15 10:10:50 2024 -0700
ORC-1656: Skip build and test on conan updates
### What changes were proposed in this pull request?
This PR aims to skip build and test on conan updates
### Why are the changes needed?
To save community resources from running tests on irrelevant changes.
https://github.com/apache/orc/pull/1846#pullrequestreview-1938239894
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1847 from cxzl25/ORC-1656.
Authored-by: sychen <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index baf49ea95..b0350193b 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- 'site/**'
+ - 'conan/**'
branches:
- main
pull_request:
paths-ignore:
- 'site/**'
+ - 'conan/**'
branches:
- main