Skip to content

Commit

Permalink
CI(Docker): Remove unnecessary job name in Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 20, 2025
1 parent 23bd45d commit 147afe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
# For a release, e.g. 8.3.0, created tags are:
# 8.3.0-alpine, 8.3.0-debian, 8.3.0-ubuntu and latest (with ubuntu)
docker-os-matrix:
name: ${{ matrix.os }} for ${{ github.event_name }}
runs-on: ubuntu-latest
concurrency:
group: >-
Expand Down

0 comments on commit 147afe0

Please sign in to comment.