[3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)

CI: Change job name to 'build arm64' on Windows (#129434)

(cherry picked from commit c67afb581e)
This commit is contained in:
Hugo van Kemenade 2025-01-29 16:47:50 +02:00 committed by GitHub
parent cdaec318cb
commit 0e54315c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,7 @@ env:
jobs:
build:
name: >-
build${{ inputs.arch != 'arm64' && ' and test' || '' }}
(${{ inputs.arch }})
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
runs-on: windows-latest
timeout-minutes: 60
env: