Skip to content

Commit

Permalink
do not run coveralls on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Sep 5, 2023
1 parent c836173 commit 7fbebec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN
# Do not run on pull requests since we don't have the token available there.
if: ${{ github.event_name != 'pull_request' }}

- name: check for go vulnerabilities
uses: Templum/govulncheck-action@main

0 comments on commit 7fbebec

Please sign in to comment.