Do not run Coverity in forks

This commit is contained in:
vit9696 2020-12-11 11:54:38 +03:00
parent 5066a44132
commit 2335e69dce

View file

@ -141,7 +141,7 @@ jobs:
env:
PROJECT_TYPE: TOOL
JOB_TYPE: COVERITY
if: github.event_name != 'pull_request'
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
name: Analyze Coverity
runs-on: macos-10.15
steps: