You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/07/29 21:30:32 UTC

[arrow-rs] branch master updated: Only trigger `arrow` CI on changes to arrow (#2227)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new bedeb4f66 Only trigger `arrow` CI on changes to arrow (#2227)
bedeb4f66 is described below

commit bedeb4f66663a868846c713bdd8ff0c5bd0983d4
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Fri Jul 29 17:30:27 2022 -0400

    Only trigger `arrow` CI on changes to arrow (#2227)
---
 .github/workflows/arrow.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml
index bdca76f18..f8456c536 100644
--- a/.github/workflows/arrow.yml
+++ b/.github/workflows/arrow.yml
@@ -24,6 +24,9 @@ on:
     branches:
       - master
   pull_request:
+    paths:
+      - arrow/**
+      - .github/**
 
 jobs: