From 9235baf056f63fc481a956c9cbb26a546409b63b Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 23 Jul 2022 16:26:13 -0500 Subject: [PATCH] Only run integration tests when arrow changes --- .github/workflows/integration.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7eed6b8e94c9..88f41023ab0d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,14 +17,21 @@ name: Integration +# Only run when arrow or github changes on: push: + paths: + - arrow/** + - .github/** pull_request: + paths: + - arrow/** + - .github/** jobs: integration: - name: Integration Test + name: Archery test With other arrows runs-on: ubuntu-latest steps: - name: Checkout Arrow @@ -49,7 +56,7 @@ jobs: # test FFI against the C-Data interface exposed by pyarrow pyarrow-integration-test: - name: Test Pyarrow C Data Interface + name: Pyarrow C Data Interface runs-on: ubuntu-latest strategy: matrix: