From: Arne Schwabe Date: Mon, 6 May 2024 15:58:31 +0000 (+0200) Subject: Only run coverity scan in OpenVPN/OpenVPN repository X-Git-Tag: v2.7_alpha1~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=815df21d389bf70dbe98cb89f2c60b6e6e816faa;p=thirdparty%2Fopenvpn.git 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 Acked-by: Frank Lichtenheld 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 --- diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index e289746d..37b8102e 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -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