mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)
This commit is contained in:
parent
48b87d14e8
commit
1883667c31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable-windows.yml
vendored
2
.github/workflows/reusable-windows.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue