From e4bb295a1ca596544cc91e4645c92f1597b8f5f6 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Tue, 16 Mar 2021 08:45:58 -0700 Subject: [PATCH] ci: run build every 4 hours to get more test samples (temporary) --- .github/workflows/make.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 27ab545e5..1289499d3 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -9,7 +9,9 @@ on: - v* schedule: # run on Mondays at 8AM - - cron: '0 8 * * 1' + #- cron: '0 8 * * 1' + # temporarily run every 4 hours to get more test samples + - cron: '0 */4 * * *' jobs: build: env: