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

alamb 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 42135a950 Change CI names to match crate names (#2189)
42135a950 is described below

commit 42135a95036b8e70af95781637733b4935ee4a9e
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jul 27 10:18:58 2022 -0400

    Change CI names to match crate names (#2189)
    
    * Change CI names to match crates
    
    * Update .github/workflows/arrow_flight.yml
    
    Co-authored-by: Raphael Taylor-Davies 
<[email protected]>
    
    Co-authored-by: Raphael Taylor-Davies 
<[email protected]>
---
 .github/workflows/arrow.yml          | 2 +-
 .github/workflows/arrow_flight.yml   | 3 ++-
 .github/workflows/object_store.yml   | 3 ++-
 .github/workflows/parquet_derive.yml | 3 ++-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml
index 910f89bd3..faef4ec11 100644
--- a/.github/workflows/arrow.yml
+++ b/.github/workflows/arrow.yml
@@ -16,7 +16,7 @@
 # under the License.
 
 # tests for arrow crate
-name: Arrow
+name: arrow
 
 on:
   # always trigger
diff --git a/.github/workflows/arrow_flight.yml 
b/.github/workflows/arrow_flight.yml
index ddf3c21da..c101afa28 100644
--- a/.github/workflows/arrow_flight.yml
+++ b/.github/workflows/arrow_flight.yml
@@ -16,7 +16,8 @@
 # under the License.
 
 ---
-name: "Arrow Flight"
+# tests for arrow_flight crate
+name: arrow_flight
 
 on:
   pull_request:
diff --git a/.github/workflows/object_store.yml 
b/.github/workflows/object_store.yml
index 561d79c2c..2fdf940e5 100644
--- a/.github/workflows/object_store.yml
+++ b/.github/workflows/object_store.yml
@@ -16,7 +16,8 @@
 # under the License.
 
 ---
-name: "Object Store"
+# tests for object_store crate
+name: object_store
 
 on:
   push:
diff --git a/.github/workflows/parquet_derive.yml 
b/.github/workflows/parquet_derive.yml
index 9f9c6743c..6ba3138e2 100644
--- a/.github/workflows/parquet_derive.yml
+++ b/.github/workflows/parquet_derive.yml
@@ -16,7 +16,8 @@
 # under the License.
 
 ---
-name: "Parquet Derive"
+# tests for parquet_derive crate
+name: parquet_derive
 
 on:
   pull_request:

Reply via email to