Skip to content

Commit

Permalink
Change CI names to match crate names (#2189)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
alamb and tustvold authored Jul 27, 2022
1 parent e096ec7 commit 42135a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# tests for arrow crate
name: Arrow
name: arrow

on:
# always trigger
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/arrow_flight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# under the License.

---
name: "Arrow Flight"
# tests for arrow_flight crate
name: arrow_flight

on:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/object_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# under the License.

---
name: "Object Store"
# tests for object_store crate
name: object_store

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/parquet_derive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# under the License.

---
name: "Parquet Derive"
# tests for parquet_derive crate
name: parquet_derive

on:
pull_request:
Expand Down

0 comments on commit 42135a9

Please sign in to comment.