From 1a440a2182da96dd1be8dfbd952b8417726a558b Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 14 Apr 2023 10:19:33 +0200 Subject: [PATCH] ci: schedule a daily build Schedule a daily build, so that we can quickly spot regressions in the application due to changes in Zephyr. Signed-off-by: Gerard Marull-Paretas --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17d2f17..fa53bce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,10 @@ name: Build -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" jobs: build: