Skip to content

Commit

Permalink
refactor: change name of workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
flohansen committed Jun 24, 2024
1 parent 81b5fa6 commit 53c6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: go test ./... -race

docker:
name: Deliver to Docker Hub
name: Deliver
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 53c6d21

Please sign in to comment.