ci: only run coverity-scan on void-linux/xbps repo

This commit is contained in:
Duncan Overbruck 2022-07-20 15:07:55 +02:00
parent 9dfeb8a0db
commit 56799d8843
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -6,6 +6,7 @@ on:
jobs:
latest:
if: github.repository == 'void-linux/xbps'
runs-on: ubuntu-latest
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}