Name workflow "CI" instead of "Test"

This looks a little cleaner (`CI/tests` vs. `Test/tests`), and allows us space
to add more parallel workflows like `CI/format`.
This commit is contained in:
Benjamin Hipple 2020-03-28 14:08:15 -04:00
parent 9f877d24ab
commit ebdd022d2b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: "Test"
name: "CI"
on:
pull_request:
push:

View File

@ -1,6 +1,6 @@
# nixpkgs-update
[![Build Status](https://github.com/ryantm/nixpkgs-update/workflows/Test/badge.svg)](https://github.com/ryantm/nixpkgs-update/actions)
[![Build Status](https://github.com/ryantm/nixpkgs-update/workflows/CI/badge.svg)](https://github.com/ryantm/nixpkgs-update/actions)
[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/nixpkgsupdate)
> The future is here; let's evenly distribute it!