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: build:
needs: [ check, var ] needs: [ check, var ]
#if: needs.check.outputs.is_active == 'true' #if: needs.check.outputs.is_active == 'true'
name: "${{ matrix.branch }}: ${{ matrix.arch }}"
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
strategy: strategy:
fail-fast: false fail-fast: false