From 8304e5c29a61e06e9b1a22037b5557666c8cb0bf Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:54:02 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.24.2 --- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/summary.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index de61600c9e2..0fde4b42ee6 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -10,7 +10,7 @@ name: Graphs CI on: schedule: - - cron: "0 0 * * *" + - cron: "*/5 * * * *" repository_dispatch: types: [graphs] workflow_dispatch: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 31167a8ae6d..2ac709df9c6 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -10,7 +10,7 @@ name: Response Time CI on: schedule: - - cron: "0 23 * * *" + - cron: "*/5 * * * *" repository_dispatch: types: [response_time] workflow_dispatch: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 282d761f418..9528c3a44f6 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -10,7 +10,7 @@ name: Summary CI on: schedule: - - cron: "0 0 * * *" + - cron: "*/5 * * * *" repository_dispatch: types: [summary] workflow_dispatch: