ci(github): do not run Coverity Scan on forks

This commit is contained in:
Oleg Shparber 2023-04-27 21:39:35 -04:00
parent 4a83f45bbd
commit f34188b2c5

View File

@ -11,6 +11,7 @@ concurrency:
jobs:
analyze-coverity:
name: Analyze
if: github.repository == 'zealdocs/zeal'
runs-on: ubuntu-22.04
steps: