mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Only run coverity scan in OpenVPN/OpenVPN repository
This avoids the error message triggering every night that the run
failed in forked repositories
Change-Id: Id95e0124d943912439c6ec6f562c0eb40d434163
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240506155831.3524-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28627.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 815df21d38)
This commit is contained in:
parent
18520e5a25
commit
56fc48e87d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/coverity-scan.yml
vendored
3
.github/workflows/coverity-scan.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue