From: Christian Hewitt Date: Wed, 6 Dec 2023 04:29:22 +0000 (+0000) Subject: ci: schedule weekly coverity scans X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ac61a01badb40320973cfcec978a97c56e6114;p=thirdparty%2Ftvheadend.git ci: schedule weekly coverity scans Signed-off-by: Christian Hewitt --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 7dbcf4533..90d18c241 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,8 +1,11 @@ name: Coverity Scan -# We only want to test official release code, not every pull request. +# workflow_dispatch: allows manual runs from the Actions tab +# schedule: runs a weekly scan at 0700 on Monday + on: -# Allows you to run this workflow manually from the Actions tab + schedule: + - cron: "0 7 * * 1" workflow_dispatch: jobs: