]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ci: schedule weekly coverity scans
authorChristian Hewitt <christianshewitt@gmail.com>
Wed, 6 Dec 2023 04:29:22 +0000 (04:29 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 6 Dec 2023 06:46:46 +0000 (07:46 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/workflows/coverity.yml

index 7dbcf4533d033af49b53041288995f1003d197b1..90d18c2411b81d1efaae0d57250ccfc619c8b29e 100644 (file)
@@ -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: