From a0303a792a71e13db33b4a02a347f0ca4aaf692a Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:32:36 -0600 Subject: [PATCH] Update tempest.yml --- .github/workflows/tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index d0ef5b1..9830bb5 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -1,7 +1,7 @@ name: Refresh Tempest Data on: schedule: - - cron: '*/5 * * * *' + - cron: "*/5 * * * *" jobs: refresh-tempest: runs-on: ubuntu-latest