.github/workflows/coverity-scan.yml: remove unneeded condition

This commit is contained in:
Duncan Overbruck 2022-01-25 15:07:04 +01:00
parent 2a4028f093
commit 7909cff6ce
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

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