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