Skip to content

Commit

Permalink
Only run coverity scan in OpenVPN/OpenVPN repository
Browse files Browse the repository at this point in the history
This avoids the error message triggering every night that the run
failed in forked repositories

Change-Id: Id95e0124d943912439c6ec6f562c0eb40d434163
Signed-off-by: Arne Schwabe <[email protected]>
  • Loading branch information
schwabe committed Apr 30, 2024
1 parent 9603a44 commit fb759a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
latest:
if: github.repository_owner == 'OpenVPN'
runs-on: ubuntu-latest
steps:
- name: Check submission cache
Expand Down

0 comments on commit fb759a7

Please sign in to comment.