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]>
Acked-by: Frank Lichtenheld <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg28627.html
Signed-off-by: Gert Doering <[email protected]>
(cherry picked from commit 815df21)
  • Loading branch information
schwabe authored and cron2 committed May 6, 2024
1 parent 18520e5 commit 56fc48e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

jobs:
latest:
# Running coverity requires the secrets.COVERITY_SCAN_TOKEN token
# which is only available on the main repository
if: github.repository_owner == 'OpenVPN'
runs-on: ubuntu-latest
steps:
- name: Check submission cache
Expand Down

0 comments on commit 56fc48e

Please sign in to comment.