From a2e0539218422e1b0d6c00e4241f4656d7bfc56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 23 Feb 2021 17:31:44 +0100 Subject: [PATCH] ci: cron daily --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b66b0..cf68b3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,9 @@ on: branches: [master, staging, trying] pull_request: branches: [master] - + schedule: + # UTC + - cron: '48 4 * * *' env: CARGO_TERM_COLOR: always