Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e54315

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 commitc67afb5)
1 parentcdaec31 commit0e54315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/reusable-windows.yml‎

Lines changed: 1 addition & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp