From a0d07191626838a257a714bc4e8eddd32a89f958 Mon Sep 17 00:00:00 2001 From: Eryk Szpotanski <eszpotanski@antmicro.com> Date: Tue, 30 Apr 2024 11:56:31 +0200 Subject: [PATCH] CI: Make job names shorter Signed-off-by: Eryk Szpotanski <eszpotanski@antmicro.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f8d04..1487f07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: MegaBoom build tests +name: MegaBoom on: workflow_dispatch: @@ -24,7 +24,7 @@ jobs: buildifier -lint warn -r . build-stage-target: - name: Build sample stage targets + name: ${{ matrix.STAGE_TARGET }} runs-on: ubuntu-22.04 defaults: run: