From e9bfac1f3bdfac12dc660dd62adefe186c60eec6 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Sun, 26 May 2024 17:56:58 +0100 Subject: [PATCH] schedule CI to run once a day This is to give us an early signal if recent unstable releases of embroider have broken the app blueprint, or if the blueprint needs to be updated in any way --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8db7bd6..d0dfda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: push: branches: - main + schedule: + - cron: '0 0 * * *' jobs: test: