8000 [3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#… · python/cpython@1883667 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1883667

Browse files
[3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)
1 parent 48b87d1 commit 1883667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
2525
jobs:
2626
build:
27-
name: 'build and test (${{ inputs.arch }})'
27+
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
2828
runs-on: ${{ inputs.os }}
2929
timeout-minutes: 60
3030
env:

0 commit comments

Comments
 (0)
0