Clean up Github workflows' name

This commit is contained in:
Chocobo1 2021-08-13 01:45:50 +08:00
parent 44b2afb218
commit 23766cd01d
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: GitHub Actions CI
name: CI - Main
# Cache is used for all Windows and macOS dependencies (size approx. 1230 * 2 + 1850 = 4310 MiB)
# Cache is not used for Ubuntu builds, because it already has all dependencies except

View File

@ -1,4 +1,4 @@
name: GitHub Actions file health check
name: CI - File health
on: [pull_request, push]

View File

@ -1,4 +1,4 @@
name: WebUI CI
name: CI - WebUI
on: [pull_request, push]