]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: add weekly scheduled runs
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 16 Aug 2024 15:46:41 +0000 (16:46 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 16 Aug 2024 22:05:43 +0000 (17:05 -0500)
The toolchain and dependencies can be updated, flagging new warning
and/or errors. Schedule a weekly run, to flag those.

Otherwise, we easily end with a new PR which is flagged as problematic,
due to pre-existing issues.

Currently it triggers on Sun at 2:30am

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/76
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/main.yml

index 2d63660b8aa0180069e5bc01e2df31b04bda1bf7..61d20ee5b19e06a16bb247b9f40cc62db766e323 100644 (file)
@@ -5,6 +5,8 @@ on:
     branches: [master, ci-test]
   pull_request:
     branches: [master]
+  schedule:
+    - cron: "30 2 * * 0"
 
 permissions:
   contents: read