Skip to content

Commit 0e54315

Browse files
authored
[3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)
CI: Change job name to 'build arm64' on Windows (#129434) (cherry picked from commit c67afb5)
1 parent cdaec31 commit 0e54315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/reusable-windows.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ env:
2020
2121
jobs:
2222
build:
23-
name: >-
24-
build${{ inputs.arch != 'arm64' && ' and test' || '' }}
25-
(${{ inputs.arch }})
23+
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
2624
runs-on: windows-latest
2725
timeout-minutes: 60
2826
env:

0 commit comments

Comments
 (0)