mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Clean up Github workflows' name
This commit is contained in:
parent
44b2afb218
commit
23766cd01d
3 changed files with 3 additions and 3 deletions
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 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
|
# 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]
|
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]
|
on: [pull_request, push]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue