From b6e5912075d4bac3ce5adf138eaf8e65728fa543 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 5 Feb 2020 11:53:46 +0100 Subject: [PATCH] =?UTF-8?q?Run=20schedule=20every=2020=C2=A0minutes=20(tes?= =?UTF-8?q?t)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index dd28c91..1fa1440 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -3,7 +3,7 @@ name: Build Base on: push: schedule: - - cron: '45 10 * * *' + - cron: '*/20 * * * *' env: DOCKER_VERSION: 26