From bc374ec38d787ccbfaaaf1551a1afadcec960743 Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:10:19 -0600 Subject: [PATCH] initial commit (that works) --- .github/workflows/tempest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index 9d4e8e1..2b673e8 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -1,7 +1,7 @@ -name: Tempest Conditions +name: Tempest Update on: - # schedule: - # - cron: "*/5 * * * *" + schedule: + - cron: "*/5 * * * *" workflow_dispatch: defaults: @@ -9,7 +9,7 @@ defaults: shell: bash jobs: - refresh-tempest: + fetch-and-post-tempest: runs-on: ubuntu-latest steps: - name: Fetch Tempest API data