From 1f2f0176ffb3c4856977006a5efe67c604f9b275 Mon Sep 17 00:00:00 2001 From: Magnus Viernickel Date: Mon, 27 May 2024 13:50:46 +0200 Subject: [PATCH] [chore] run ci on every sunday - zmk breaks every now and then and it's super annoying for end users if they fork this and end up with a non-working CI job, I hope this makes it so that it's reported earlier --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1103140..0b4c7f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,11 @@ name: le_chiff_ble build -on: [push, pull_request, workflow_dispatch] +on: + push: + pull_request: + workflow_dispatch: + schedule: + - cron: '0 0 * * 0' jobs: build: