From: Arne Schwabe <[email protected]> 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]> --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/583 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Frank Lichtenheld <[email protected]> diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index e289746..37b8102 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -6,6 +6,9 @@ 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 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
