Browse Source

Clean up Github workflows' name

adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
23766cd01d
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .github/workflows/ci.yaml
  2. 2
      .github/workflows/file_health.yaml
  3. 2
      .github/workflows/webui_ci.yaml

2
.github/workflows/ci.yaml

@ -1,4 +1,4 @@ @@ -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

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

2
.github/workflows/webui_ci.yaml

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

Loading…
Cancel
Save