Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 21, 2024
1 parent 2a55529 commit 5cd3684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Build

jobs:
build:
name: Build ${{ matrix.os.arch }}
name: Build ${{ matrix.target }} for ${{ matrix.os.arch }}
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'CI-build') }}
runs-on: ${{ matrix.os.name }}
strategy:
Expand Down

0 comments on commit 5cd3684

Please sign in to comment.