Skip to content

Commit

Permalink
ci: fix github action job name
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Oct 4, 2023
1 parent fdcccd0 commit 2ab00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go test -v ./...
deploy:
needs: test
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ab00c2

Please sign in to comment.