Skip to content

Commit 80c64ef

Browse files
alambtustvold
andcommitted
Change CI names to match crate names (apache#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]>
1 parent 2423211 commit 80c64ef

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/arrow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# tests for arrow crate
19-
name: Arrow
19+
name: arrow
2020

2121
on:
2222
# always trigger

.github/workflows/arrow_flight.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# under the License.
1717

1818
---
19-
name: "Arrow Flight"
19+
# tests for arrow_flight crate
20+
name: arrow_flight
2021

2122
on:
2223
pull_request:

.github/workflows/object_store.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# under the License.
1717

1818
---
19-
name: "Object Store"
19+
# tests for object_store crate
20+
name: object_store
2021

2122
on:
2223
push:

.github/workflows/parquet_derive.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# under the License.
1717

1818
---
19-
name: "Parquet Derive"
19+
# tests for parquet_derive crate
20+
name: parquet_derive
2021

2122
on:
2223
pull_request:

0 commit comments

Comments
 (0)