From 3464b98ce6803c98bf8fb34390cd150d66e4a0d3 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 30 Oct 2020 16:27:42 +0100 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates _Actually_ run this scheduled task only four times a day. Not up-to-sixty-times-four times a day (every minute of those four hours). D'oh. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 09086fe8f6118e..4402a8b4fbff39 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -7,7 +7,7 @@ name: Monitor component updates on: schedule: - - cron: "* 8,11,14,17 * * *" + - cron: "23 8,11,14,17 * * *" workflow_dispatch: env: