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

Skip to content

Commit c67afb5

Browse files
authored
CI: Change job name to 'build arm64' on Windows (#129434)
1 parent 97b0ef0 commit c67afb5

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