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 2a55529 commit 5cd3684Copy full SHA for 5cd3684
.github/workflows/Build.yml
@@ -11,7 +11,7 @@ name: Build
11
12
jobs:
13
build:
14
- name: Build ${{ matrix.os.arch }}
+ name: Build ${{ matrix.target }} for ${{ matrix.os.arch }}
15
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'CI-build') }}
16
runs-on: ${{ matrix.os.name }}
17
strategy:
0 commit comments