mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-08 21:25:53 +08: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>
This commit is contained in:
parent
b90a6e5625
commit
815df21d38
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…
x
Reference in New Issue
Block a user