From bb708a3f74b2abaa3da4df46d8cf4fc0668f7dee Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 14 Jun 2024 15:10:28 -0500 Subject: [PATCH] tempest: bump update interval to 1 hour while API is having problems --- .github/workflows/tempest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index 514e365..efcad9d 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -1,7 +1,8 @@ name: Tempest Update on: schedule: - - cron: "*/5 * * * *" + # - cron: "*/5 * * * *" + - cron: "0 * * * *" workflow_dispatch: defaults: