[3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)

This commit is contained in:
Miss Islington (bot) 2025-01-29 14:40:04 +01:00 committed by GitHub
parent 48b87d14e8
commit 1883667c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ env:
jobs:
build:
name: 'build and test (${{ inputs.arch }})'
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
runs-on: ${{ inputs.os }}
timeout-minutes: 60
env: