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 48b87d1 commit 1883667Copy full SHA for 1883667
.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