From 3c98b037011eca89c36d616d8fe4245454a7799e Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sat, 5 Oct 2024 13:23:35 -0700 Subject: [PATCH] Shorten GHA job names --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27f0e00..c1e1282 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ name: Build and test (OS matrix) on: [push, pull_request, workflow_dispatch] jobs: - validation-linux: + linux: # (this is the job name) strategy: fail-fast: false # don't cancel other jobs in the matrix if one fails matrix: @@ -97,7 +97,7 @@ jobs: path: webdis.log - validation-macos: + macos: # (again, this is the job name) strategy: fail-fast: false matrix: