Skip to content

Commit

Permalink
Don't use runner name in matrix name
Browse files Browse the repository at this point in the history
Since the runner is not spawned yet at that point, this is invalid
  • Loading branch information
atextor committed Feb 18, 2024
1 parent a3df7cb commit 6145415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
build-and-test:
name: ${{ runner.os }} build
name: Build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
Expand Down

0 comments on commit 6145415

Please sign in to comment.