Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b0ef0 commit c67afb5Copy full SHA for c67afb5
1 file changed
.github/workflows/reusable-windows.yml
@@ -24,7 +24,7 @@ env:
24
25
jobs:
26
build:
27
- name: 'build and test (${{ inputs.arch }})'
+ name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
28
runs-on: ${{ inputs.os }}
29
timeout-minutes: 60
30
env:
0 commit comments