Skip to content

Commit

Permalink
ci: name workflows based on platform arch
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 27, 2024
1 parent b9c7356 commit 086f6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build-dotnet:
name: ${{ matrix.alpine == true && 'linux-musl' || matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }}-dotnet-build-test
name: ${{ matrix.alpine == true && 'linux-musl' || matrix.debian == true && 'linux-glibc' || matrix.os }}-${{ matrix.arch }}-dotnet-build-test
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 086f6dd

Please sign in to comment.