Skip to content

Commit

Permalink
workflows: fix up CI job names
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 27, 2025
1 parent 4f3a7d2 commit 29473eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
target:
- production
- debug
name: ${{ matrix.platform }} container image build for ${{ matrix.target }}
name: ${{ matrix.platform }}/${{ matrix.target }} container image build
# Use GitHub Actions ARM hosted runners
runs-on: ${{ (contains(matrix.platform, 'arm') && 'ubuntu-22.04-arm') || 'ubuntu-latest' }}
steps:
Expand Down

0 comments on commit 29473eb

Please sign in to comment.