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