Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 5, 2024
1 parent 3f9f586 commit 1b3fcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: go test ./...
working-directory: ${{ inputs.working-directory }}
dependabot:
needs: [test, govulncheck]
needs: [build, govulncheck]
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 1b3fcfd

Please sign in to comment.