build: Set name for main job

This commit is contained in:
remittor
2026-02-21 08:03:29 +03:00
parent 8b5ee33e7e
commit 6d84a9f45a

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