Skip to content

Commit 96837ac

Browse files
committed
fix job name
1 parent c1f4b98 commit 96837ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
path: "*.deb"
200200

201201
test_deb:
202-
name: Test on ubuntu:${{ matrix.image_tag }} for ${{ matrix.target_arch }}
202+
name: Test on ${{ matrix.base_image }} for ${{ matrix.target_arch }}
203203
runs-on: ${{ matrix.target_arch == 'aarch64' && 'ubuntu-latest-arm64' || 'ubuntu-latest' }}
204204
needs:
205205
- configure
@@ -250,7 +250,7 @@ jobs:
250250
run: docker run --name buildtest testenv ${{ steps.variables.outputs.imagemagick_version }} ${{ env.PKG_ARCH }}
251251

252252
deploy_deb:
253-
name: Deploy on ubuntu:${{ matrix.image_tag }} for ${{ matrix.target_arch }}
253+
name: Deploy ${{ matrix.base_image }} ${{ matrix.target_arch }} artifact(s)
254254
runs-on: ubuntu-latest
255255
needs:
256256
- configure

0 commit comments

Comments
 (0)