mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 04:08:16 +08:00
Clean up Github workflows' name
This commit is contained in:
parent
44b2afb218
commit
23766cd01d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/file_health.yaml
vendored
2
.github/workflows/file_health.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: GitHub Actions file health check
|
||||
name: CI - File health
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
|
2
.github/workflows/webui_ci.yaml
vendored
2
.github/workflows/webui_ci.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: WebUI CI
|
||||
name: CI - WebUI
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user