build: use unique names for workflows

It's confusing to have six different checks, all called "CI".  This
gives them unique names to help devs navigate the checks.
This commit is contained in:
Ned Batchelder
2021-10-15 13:48:10 -04:00
committed by Ned Batchelder
parent 6e2277f522
commit 0f21f1194e
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: CI
name: Unit tests
on:
pull_request: