build: Set name for main job

This commit is contained in:
remittor
2026-02-21 08:02:51 +03:00
parent 3b7c4215d8
commit 43feda4a3a

View File

@@ -122,6 +122,7 @@ jobs:
build:
needs: [ check, var ]
#if: needs.check.outputs.is_active == 'true'
name: "${{ matrix.branch }}: ${{ matrix.arch }}"
runs-on: ubuntu-24.04
strategy:
fail-fast: false