]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Change job name to 'build arm64' on Windows (#129434)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 29 Jan 2025 13:18:19 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 13:18:19 +0000 (13:18 +0000)
.github/workflows/reusable-windows.yml

index bfee3d2722cb44dd4983b5f6992a14fd24f1b28b..5485a0169130b0df7c7a2f0340c32092c2c1a628 100644 (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: