]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
ci: run coverity only once a week
authorVincent Bernat <vincent@bernat.ch>
Mon, 21 Jun 2021 22:23:01 +0000 (00:23 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 21 Jun 2021 22:23:01 +0000 (00:23 +0200)
.github/workflows/coverity.yml

index b88500c33a25546e145278069220da8eb72862d0..f3c01b2b473482aaedda9a80a8bae70445ba29fe 100644 (file)
@@ -2,7 +2,7 @@ name: Coverity Scan
 on:
   workflow_dispatch:
   schedule:
-    - cron: '0 9 * * 2,5'
+    - cron: '0 9 * * 5'
 
 jobs:
   build: