Skip to content

Commit

Permalink
[-] fix job condition (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh authored Oct 5, 2024
1 parent 314e8a3 commit fc1076f
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
@@ -31,4 +31,4 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: covprofile
if: github.event.pull_request.merged
if: github.event.pull_request.merged == true

0 comments on commit fc1076f

Please sign in to comment.