diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54e632645..6d2876dae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/file_health.yaml b/.github/workflows/file_health.yaml index aeadcf31e..25778e3de 100644 --- a/.github/workflows/file_health.yaml +++ b/.github/workflows/file_health.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions file health check +name: CI - File health on: [pull_request, push] diff --git a/.github/workflows/webui_ci.yaml b/.github/workflows/webui_ci.yaml index aa836523d..b922ff831 100644 --- a/.github/workflows/webui_ci.yaml +++ b/.github/workflows/webui_ci.yaml @@ -1,4 +1,4 @@ -name: WebUI CI +name: CI - WebUI on: [pull_request, push]