small fixes

This commit is contained in:
Fangjun Kuang 2023-07-28 10:11:47 +08:00
parent d8414cc9ec
commit bea8a76f8d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ concurrency:
jobs:
build-docker-image:
name: build docker image
name: ${{ matrix.image }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false

View File

@ -12,7 +12,7 @@ concurrency:
jobs:
run-docker-image:
name: run docker
name: ${{ matrix.image }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false