Skip to content

Commit

Permalink
Merge pull request #6122 from pmem/scans-no-coverity-for-no-master
Browse files Browse the repository at this point in the history
common: Scans/Coverity only for the master branch
  • Loading branch information
janekmi authored Oct 3, 2024
2 parents dcb6dfe + 6fbb15b commit a93054d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
contents: read
security-events: write
call-coverity:
# Sorry, no other branches are supported. The result upload would fail.
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/scan_coverity.yml
secrets:
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}
Expand Down

0 comments on commit a93054d

Please sign in to comment.